summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-29 15:32:26 +0200
committerDanilo M. <danix@danix.xyz>2026-04-29 15:32:26 +0200
commit865218999f53fd030004a60c42109334d032c451 (patch)
treec4a457ca66fcd3a23a425743befa8993bcda135f /assets
parentaedd04d53391f698dbe00f5d0be805ab78cc7f43 (diff)
downloaddanixxyz-theme-865218999f53fd030004a60c42109334d032c451.tar.gz
danixxyz-theme-865218999f53fd030004a60c42109334d032c451.zip
fix: correct --bg2-rgb value to match --bg2 hex (#e2eaf4 → 226,234,244)
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index f773a6a..20626a2 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -35,7 +35,7 @@
html.theme-light {
--bg: #f0f4f8;
--bg2: #e2eaf4;
- --bg2-rgb: 232, 234, 244;
+ --bg2-rgb: 226, 234, 244;
--surface: #d4dff0;
--surface-rgb: 212, 223, 240;
--border: #a8bdd8;
@@ -65,7 +65,7 @@ html.theme-light {
html:not(.theme-dark) {
--bg: #f0f4f8;
--bg2: #e2eaf4;
- --bg2-rgb: 232, 234, 244;
+ --bg2-rgb: 226, 234, 244;
--surface: #d4dff0;
--surface-rgb: 212, 223, 240;
--border: #a8bdd8;