« get me outta code hell

autumnal polish haul - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/site.css
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2020-10-10 12:09:24 -0300
committer(quasar) nebula <towerofnix@gmail.com>2020-10-10 12:09:24 -0300
commitf017dfe9c87bdf29430a26aa2b441d56e62c9195 (patch)
treea78888b3171e71904d20539069f2c6b6c1828719 /site.css
parentb572dccabdf413bad8b58fc6de1a8357a9df9671 (diff)
autumnal polish haul
Diffstat (limited to 'site.css')
-rw-r--r--site.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/site.css b/site.css
index b203886a..1158c688 100644
--- a/site.css
+++ b/site.css
@@ -81,6 +81,26 @@ a:hover {
     white-space: nowrap;
 }
 
+.icons {
+    font-style: normal;
+    white-space: nowrap;
+}
+
+.icon {
+    display: inline-block;
+    width: 24px;
+    height: 1em;
+    position: relative;
+}
+
+.icon > svg {
+    width: 24px;
+    height: 24px;
+    top: -0.25em;
+    position: absolute;
+    fill: var(--fg-color);
+}
+
 @media (max-width: 780px) {
     #sidebar {
         display: none;