diff options
Diffstat (limited to 'fig-frontend-client/main.css')
| -rw-r--r-- | fig-frontend-client/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; |
