From 280a8bfeff5022a6792d11efa132eee45daa9c66 Mon Sep 17 00:00:00 2001 From: geese_suck Date: Sun, 18 Dec 2022 17:44:49 -0800 Subject: [PATCH] fix colors and whatnot --- files/events/assets/css/blizzard.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/files/events/assets/css/blizzard.css b/files/events/assets/css/blizzard.css index 7eb017f81b..a1d425e225 100644 --- a/files/events/assets/css/blizzard.css +++ b/files/events/assets/css/blizzard.css @@ -569,3 +569,18 @@ footer::after { pointer-events: none; z-index: -1; } + + +/* asdf */ +blockquote { + background-color: var(--gray-300); + color: var(--gray-400) +} + +#profilestuff { + color: white; +} + +#profile--bio { + color: white !important; +}