summaryrefslogtreecommitdiff
path: root/src/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.css')
-rw-r--r--src/styles/main.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css
index b53cfa7..606c6d2 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -30,6 +30,29 @@ a:visited {
font-style: italic;
}
+#header #navigation {
+ flex-grow: 1;
+ margin-left: 3em;
+ margin-right: 3em;
+ font-size: 1.2em;
+}
+
+#header #navigation a {
+ color: #7d9cb8;
+ text-decoration: none;
+}
+
+#header #navigation a.active {
+ font-weight: bold;
+}
+
+#header #separator {
+ display: inline-block;
+ width: 2em;
+ text-align: center;
+ color: #9c9c9c;
+}
+
/* Object */
.object {