aboutsummaryrefslogtreecommitdiff
path: root/public/nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/nav.css')
-rw-r--r--public/nav.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/nav.css b/public/nav.css
new file mode 100644
index 0000000..f5f540c
--- /dev/null
+++ b/public/nav.css
@@ -0,0 +1,19 @@
+nav {
+ position: static;
+ border-bottom: 2px dashed currentColor;
+}
+
+nav span { vertical-align: middle; }
+nav a {
+ text-decoration: none;
+ color: currentColor;
+ margin-right: 16px;
+}
+
+nav .site-icon {
+ height: 48px;
+ display: inline-block;
+}
+
+nav .site-icon .icon { margin: 12px 2px; }
+nav .site-icon .label { font-weight: 500; }