some blogging

This commit is contained in:
Nicholas Orlowsky 2022-10-23 12:42:04 -05:00
parent b9e96ebf9c
commit 48b46df249
No known key found for this signature in database
GPG key ID: 3845F78A73B14100
8 changed files with 1582 additions and 8 deletions

View file

@ -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;
}