aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index b2c028d4..6b6d3c29 100644
--- a/styles.css
+++ b/styles.css
@@ -8,3 +8,11 @@
8html { 8html {
9 overflow-y: scroll; 9 overflow-y: scroll;
10} 10}
11
12.c_acronym {
13 background-color: #c9ffe2;
14}
15
16.c_intro {
17 height: 100vh;
18}