From 7ffb7b021eec46f2d714e04b47d752012e1bf8ea Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 31 Jul 2024 22:59:58 -0400 Subject: Frontend updates --- fig-frontend-client/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'fig-frontend-client/main.css') diff --git a/fig-frontend-client/main.css b/fig-frontend-client/main.css index 3305e19..7714273 100644 --- a/fig-frontend-client/main.css +++ b/fig-frontend-client/main.css @@ -16,7 +16,7 @@ html, body { width: 100%; } -body { +body.lcolonq-index { font-family: "Iosevka Comfy"; font-weight: bold; color: black; @@ -29,6 +29,10 @@ body { linear-gradient(to bottom, grey 1px, transparent 1px); } +body.lcolonq-obs { + background-color: rbga(0,0,0,0); +} + #lcolonq-title { position: absolute; top: 2rem; -- cgit v1.2.3