diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
commit | 6e6412e4a693ddc2da5e4611363fb882ad6497be (patch) | |
tree | 8c151abcd68613d477773cc6552eeaa22a70e8ea /assets/css/main.css | |
parent | d0e7f43601e90229b95191a1cdc85039e233b622 (diff) |
Switch to light theme. remove articles.
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index af25dae..4574690 100644 --- a/assets/css/main.css +++ b/assets/css/main.css | |||
@@ -6,6 +6,18 @@ body { | |||
6 | min-height: 100vh; | 6 | min-height: 100vh; |
7 | } | 7 | } |
8 | 8 | ||
9 | body::-webkit-scrollbar { | ||
10 | display: none;; | ||
11 | } | ||
12 | |||
13 | #content { | ||
14 | width: 65ch; | ||
15 | } | ||
16 | |||
17 | #content::first-letter { | ||
18 | initial-letter: 2; | ||
19 | } | ||
20 | |||
9 | main { | 21 | main { |
10 | height: inherit; | 22 | height: inherit; |
11 | display: flex; | 23 | display: flex; |