diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-20 20:21:32 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-20 20:21:32 +0900 |
| commit | 899ab9679f6c7a4b9e32b49ada823168b2c9738d (patch) | |
| tree | 9f86e039e95723c98b7ef423bbb954314a1fbe03 /public/style.css | |
| parent | f2424f306be40e27c76def020ecb2ce1ec2aad4e (diff) | |
| download | blog.nsfisis.dev-899ab9679f6c7a4b9e32b49ada823168b2c9738d.tar.gz blog.nsfisis.dev-899ab9679f6c7a4b9e32b49ada823168b2c9738d.tar.zst blog.nsfisis.dev-899ab9679f6c7a4b9e32b49ada823168b2c9738d.zip | |
feat(style): make font-weight of nav items except for site logo normal
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 191c57e..050cd6b 100644 --- a/public/style.css +++ b/public/style.css @@ -41,7 +41,6 @@ footer { nav { font-size: 1.5rem; - font-weight: bold; padding: 0; margin: 0; width: 100%; @@ -60,6 +59,7 @@ nav ul li { } nav ul li:first-child { + font-weight: bold; margin-right: auto; } |
