summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5ca575f..9da7666 100644
--- a/style.css
+++ b/style.css
@@ -5,6 +5,7 @@ html, body {
margin: 0;
text-align: center;
font-size: 42px;
+ font-family: 'Courier New', Courier, monospace;
}
.center {
@@ -39,6 +40,19 @@ html, body {
left: 0;
}
+.page {
+ height: 100vh;
+ position: relative;
+}
+
+ul, li, ol {
+ list-style: none;
+}
+
+a:link, a:visited {
+ color: #fff;
+}
+
@media (prefers-reduced-motion: reduce) {
.blink {
animation: none;