summaryrefslogtreecommitdiff
path: root/includes/head.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-09 18:41:52 -0500
committer53hornet <atc@53hor.net>2021-12-09 18:41:52 -0500
commit1b00dd0ba5fb29e3f97084f3ed335d555eee06e4 (patch)
treef4e272cdb1e5b15d183cf4c367d388d2d2572b62 /includes/head.php
parentd73fe1c6e6dee6f582f00c24f6b361f996b7d331 (diff)
download53hor-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.php13
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;
}