diff options
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; } |