summaryrefslogtreecommitdiff
path: root/lib/static/styles.css
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2025-02-01 19:24:32 +0100
committerMarius Peter <marius.peter@tutanota.com>2025-02-01 19:24:32 +0100
commit6e8e49ba49beeeb63e1e027fc23e8883a1185109 (patch)
tree6a816fc986c6650959087f88e7fd63997efe003c /lib/static/styles.css
parent19875b1503f6e890975e50bdd88853b6e4d0caf4 (diff)
Reorganized everything.
Thank you DeepSeek!
Diffstat (limited to 'lib/static/styles.css')
-rw-r--r--lib/static/styles.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/static/styles.css b/lib/static/styles.css
new file mode 100644
index 0000000..680a6b1
--- /dev/null
+++ b/lib/static/styles.css
@@ -0,0 +1,27 @@
+body {
+ font-family: sans-serif;
+}
+
+nav#top {
+ background-color: dimgray;
+}
+
+nav#top ul {
+ display: flex;
+ list-style-type: none;
+}
+
+nav#top ul li {
+ padding: 1em 0;
+}
+
+nav#top ul li a {
+ color: white;
+ text-decoration: none;
+ padding: 0.5em 1em;
+}
+
+nav#top ul li a:hover {
+ background-color: #555;
+ text-decoration: revert;
+}
Copyright 2019--2025 Marius PETER