summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index a3046b6..77be7bc 100644
--- a/static/style.css
+++ b/static/style.css
@@ -37,6 +37,17 @@ p {
text-align: justify;
}
+nav.navbar {
+ padding-top: 10px;
+}
+
+nav.navbar > a {
+ padding: 1px 20px;
+ background: var(--pre-bg);
+ border: 1px solid var(--border1);
+ border-radius: 6px;
+}
+
h1.title {
line-height: 1.2;
font-size: 40px;