summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 22aee34..c37c0fa 100644
--- a/css/main.css
+++ b/css/main.css
@@ -4,12 +4,18 @@
4 font-display: swap; 4 font-display: swap;
5} 5}
6 6
7.trail {
8 position: absolute;
9 z-index: 9999;
10}
11
7body { 12body {
8 font-family: 'Comic'; 13 font-family: 'Comic';
9 color: yellow; 14 color: yellow;
10 font-size: 20px; 15 font-size: 20px;
11 margin: 0; 16 margin: 0;
12 padding: 0; 17 padding: 0;
18 overflow-x: hidden;
13} 19}
14#overview { 20#overview {
15 min-width: min-content; 21 min-width: min-content;