light mode

This commit is contained in:
2024-12-01 14:24:26 +01:00
parent 5968449040
commit c6ed2c2bf2
6 changed files with 1549 additions and 48 deletions

View File

@@ -1,4 +1,8 @@
:root {
html, body {
position: relative;
width: 100%;
height: 100%;
--color-ui-accent: #00b3ba;
--color-ui-accent-hover: #00c1c9;
--color-ui-accent-active: #008e93;
@@ -19,12 +23,35 @@
--color-p-dark-active: #464646;
--color-title-light: #282828;
--color-title-dark: #282828;
--color-box-dark: #464646;
--color-box-dark-border: #464646;
--color-box-hover-dark: #5f5f5f;
--color-box-hover-dark-border: #5f5f5f;
--color-box: #e0e0e0;
--color-box-hover: #f1f1f1;
}
html, body {
position: relative;
width: 100%;
height: 100%;
body.dark {
--color-ui-neutral-light: #fdfdfe;
--color-ui-neutral-light-hover: #fdfdfe;
--color-ui-neutral-light-active: #fdfdfe;
--color-ui-neutral-dark: #8b8b8b;
--color-ui-neutral-dark-hover: #a1a1a1;
--color-ui-neutral-dark-active: #c1c1c1;
--color-bg-light: #464646;
--color-bg-medium: #323232;
--color-bg-dark: #282828;
--color-p-light: #fafafa;
--color-p-light-hover: #fafafa;
--color-p-light-active: #fafafa;
--color-p-dark: #282828;
--color-p-dark-hover: #464646;
--color-p-dark-active: #464646;
--color-title-light: #fafafa;
--color-title-dark: #282828;
--color-box: #464646;
--color-box-hover: #5f5f5f;
}
#dropdowns {