summaryrefslogtreecommitdiff
path: root/extras/html/themes/arcade_pulse
diff options
context:
space:
mode:
Diffstat (limited to 'extras/html/themes/arcade_pulse')
-rw-r--r--extras/html/themes/arcade_pulse/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/html/themes/arcade_pulse/style.css b/extras/html/themes/arcade_pulse/style.css
index d882bf0..2fdf07e 100644
--- a/extras/html/themes/arcade_pulse/style.css
+++ b/extras/html/themes/arcade_pulse/style.css
@@ -20,8 +20,8 @@
}
:root {
- --color-bg: #000000;
- --color-text: #00ff41;
+ --color-bg: #0a1a0a;
+ --color-text: #33ff66;
--color-primary: #00ff41;
--color-secondary: #008f11;
--color-accent: #00ff00;
@@ -70,7 +70,7 @@ html::after {
left: -5%;
right: -5%;
bottom: -5%;
- background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
+ background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
pointer-events: none;
z-index: 10000;
}
@@ -104,7 +104,7 @@ body::before {
left: 0;
right: 0;
bottom: 0;
- background: radial-gradient(ellipse at center, transparent 0%, var(--color-bg) 125%);
+ background: radial-gradient(ellipse at center, transparent 75%, var(--color-bg) 100%);
pointer-events: none;
z-index: 2;
}