Only darken some vars
This commit is contained in:
parent
b4f2b98afc
commit
49bea78f7f
1 changed files with 6 additions and 6 deletions
|
@ -11,12 +11,12 @@
|
||||||
@import "../codemirror/dark.css";
|
@import "../codemirror/dark.css";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--steel-900: #1E1310;
|
--steel-900: #0D0807;
|
||||||
--steel-850: #211613;
|
--steel-850: #100B09;
|
||||||
--steel-800: #261A17;
|
--steel-800: #160F0D;
|
||||||
--steel-750: #2F201D;
|
--steel-750: #201613;
|
||||||
--steel-700: #382824;
|
--steel-700: #281D1A;
|
||||||
--steel-650: #422F2B;
|
--steel-650: #312320;
|
||||||
--steel-600: #513C37;
|
--steel-600: #513C37;
|
||||||
--steel-550: #614944;
|
--steel-550: #614944;
|
||||||
--steel-500: #705751;
|
--steel-500: #705751;
|
||||||
|
|
Loading…
Reference in a new issue