summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 4f2a806b..7664838f 100644
--- a/styles.css
+++ b/styles.css
@@ -15,6 +15,16 @@ html {
overflow-y: scroll;
}
+ul nav {
+ background-color: rgb(8,8,8);
+ border-radius: 0px;
+}
+
+a nav active {
+ background-color: black;
+ color: white;
+}
+
.c_acronym {
background-color: #A5C663;
}