diff options
author | 2022-02-09 00:33:28 +0000 | |
---|---|---|
committer | 2022-02-09 00:33:28 +0000 | |
commit | ed32b893bf785a9b858073eddd213b67b22f0cda (patch) | |
tree | e27a6a090d6310a0de2113a3db5ceb9d9c6f591d | |
parent | Change wave colour temp (diff) |
Remove clashing css
-rw-r--r-- | pydis_site/static/css/home/timeline.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index 0a4dfbb6..f9963d00 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -1,8 +1,3 @@ -body { - background-color: hsl(0, 0%, 100%); - background-color: var(--color-bg, white) -} - h2 { font-size: 2em; } |