aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-25 19:25:35 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-25 19:25:35 +0200
commit05e2816aecbfdbcff73c599f3cf4e64ae3bea333 (patch)
treedb50c9efa9823afae5621fc86efe5a650fa28946 /styles
parenta12ae1c0b72794561d80ffe084b4f3dbf717426b (diff)
more slide settings
Diffstat (limited to 'styles')
-rw-r--r--styles/colors.css29
-rw-r--r--styles/editor.css5
2 files changed, 18 insertions, 16 deletions
diff --git a/styles/colors.css b/styles/colors.css
index 2177bf0..7fa7a93 100644
--- a/styles/colors.css
+++ b/styles/colors.css
@@ -1,19 +1,20 @@
:root {
- --error: #EE6183;
- --piss: #C482ED;
- --blue: #454DFE;
- --mint: #A8EEEE;
- --gruble: #5DE9AE;
+ --error: #ee6183;
+ --piss: #c482ed;
+ --blue: #454dfe;
+ --mint: #a8eeee;
+ --gruble: #5de9ae;
- --c900: #EBEEF9;
- --c800: #AEB7DA;
- --c700: #707BA6;
- --c600: #4F587B;
- --c400: #2D344F;
- --c300: #171D33;
- --c250: #0C1123;
- --c200: #07071C;
- --c100: #01010D;
+ --c900: #ebeef9;
+ --c800: #aeb7da;
+ --c700: #707ba6;
+ --c600: #4f587b;
+ --c500: #454e6f;
+ --c400: #2d344f;
+ --c300: #171d33;
+ --c250: #0c1123;
+ --c200: #07071c;
+ --c100: #01010d;
--bg: var(--c200);
--fg: var(--c900);
diff --git a/styles/editor.css b/styles/editor.css
index 30a48be..c4a32d6 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -531,7 +531,8 @@ header .projarea span {
}
.MuiSelect-root, .MuiInputBase-root { border-radius: 6px !important; }
-.MuiInputBase-root { background-color: var(--c600) !important; }
-.MuiSelect-root { background-color: var(--c200) !important; }
+.MuiInputBase-root { background-color: var(--c500) !important; }
+.MuiSelect-root { background-color: var(--c300) !important; }
.MuiFormLabel-root { font-weight: 500 !important; }
+.MuiInputAdornment-root p { color: var(--c800) !important; }