summaryrefslogtreecommitdiff
path: root/fig-frontend-client/main.css
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-07-31 22:59:58 -0400
committerLLLL Colonq <llll@colonq>2024-07-31 22:59:58 -0400
commit7ffb7b021eec46f2d714e04b47d752012e1bf8ea (patch)
tree15d9af7555300bd2b452dda55747cf5870b747d3 /fig-frontend-client/main.css
parent92556dc23ead56ed2c2d2bcc752fe0e7378fa022 (diff)
Frontend updates
Diffstat (limited to 'fig-frontend-client/main.css')
-rw-r--r--fig-frontend-client/main.css6
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;