summaryrefslogtreecommitdiff
path: root/lib/static
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2025-03-01 19:19:30 +0100
committerMarius Peter <marius.peter@tutanota.com>2025-03-01 19:19:30 +0100
commit4946275b48bfc92ce4b420e36c6cf48694776bbc (patch)
tree0dad20f647c17f90d5ba583539a8a2f02d11e5ce /lib/static
parente92e763e06d58a03224189d53044c4f5e1f907f0 (diff)
Start work on Git "un"helper functions.
Worse is better. I'll revisit the OCaml Git package once I'm more comfortable with OCaml overall.
Diffstat (limited to 'lib/static')
-rw-r--r--lib/static/styles.css28
1 files changed, 24 insertions, 4 deletions
diff --git a/lib/static/styles.css b/lib/static/styles.css
index 680a6b1..cd87fc1 100644
--- a/lib/static/styles.css
+++ b/lib/static/styles.css
@@ -1,18 +1,25 @@
body {
font-family: sans-serif;
+ max-width: 60em;
+ margin: auto;
+ padding: 0 1em;
+ background-color: #181818;
+ color: white;
}
nav#top {
- background-color: dimgray;
+ background-color: black;
}
nav#top ul {
- display: flex;
+ display: flex;
+ flex-wrap: wrap;
list-style-type: none;
+ padding: 0;
}
nav#top ul li {
- padding: 1em 0;
+ padding: 0.5em 0;
}
nav#top ul li a {
@@ -22,6 +29,19 @@ nav#top ul li a {
}
nav#top ul li a:hover {
- background-color: #555;
+ background-color: white;
+ color: black;
text-decoration: revert;
}
+
+ul {
+ padding-left: 1em;
+}
+
+li {
+ line-height: 1.5;
+}
+
+a {
+ color: white;
+}
Copyright 2019--2025 Marius PETER