summary refs log tree commit diff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/terminal.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/terminal.css b/css/terminal.css
index 7ade7f9..80480e3 100644
--- a/css/terminal.css
+++ b/css/terminal.css
@@ -115,6 +115,9 @@ h3 {
 	font: bold 117%/1 var(--font-accent);
 }
 /* NAVIGATION */
+header > nav {
+	display: inline-block; /* forces single line nav... not ideal but works for now FIXME */
+}
 header > nav > ul {
 	font: 100%/1.5 var(--font-accent);
 	list-style-type: none;
@@ -187,3 +190,9 @@ table.center-cells td,
 table.center-cells th {
 	text-align: center;
 }
+/* DECORATIONS */
+#decor-moons {
+	float: right;
+	user-select: none;
+	overflow: hidden;
+}