some blogging
This commit is contained in:
parent
b9e96ebf9c
commit
48b46df249
8 changed files with 1582 additions and 8 deletions
|
@ -11,3 +11,16 @@ code {
|
|||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||
monospace;
|
||||
}
|
||||
|
||||
.nav-lnk {
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
padding-left: 30px;
|
||||
font-size: 1.1rem;
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
.nav-lnk:hover {
|
||||
color: #F7BA00;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue