diff options
author | 53hornet <atc@53hor.net> | 2021-12-09 18:41:52 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-09 18:41:52 -0500 |
commit | 1b00dd0ba5fb29e3f97084f3ed335d555eee06e4 (patch) | |
tree | f4e272cdb1e5b15d183cf4c367d388d2d2572b62 /includes/head.php | |
parent | d73fe1c6e6dee6f582f00c24f6b361f996b7d331 (diff) | |
download | 53hor-1b00dd0ba5fb29e3f97084f3ed335d555eee06e4.tar.xz 53hor-1b00dd0ba5fb29e3f97084f3ed335d555eee06e4.zip |
feat: add links to nav, add linking book svg
Diffstat (limited to 'includes/head.php')
-rw-r--r-- | includes/head.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/includes/head.php b/includes/head.php index e874165..246f351 100644 --- a/includes/head.php +++ b/includes/head.php @@ -60,6 +60,14 @@ nav svg { padding-right: 0.5em; + width: 24px; + height: 24px; + } + + + nav svg path, + nav svg rect { + fill: var(--white); } nav a:link, @@ -160,11 +168,6 @@ border-bottom: 1px solid var(--charcoal); } - svg { - width: 24px; - height: 24px; - } - .form { text-align: center; } |