Undo Lightness Change

This commit is contained in:
Sangelo 2024-01-15 13:51:13 +01:00
parent 8171272f3f
commit b4f2b98afc

View file

@ -11,23 +11,23 @@
@import "../codemirror/dark.css"; @import "../codemirror/dark.css";
:root { :root {
--steel-900: #0D0807; --steel-900: #1E1310;
--steel-850: #100B09; --steel-850: #211613;
--steel-800: #160F0D; --steel-800: #261A17;
--steel-750: #201613; --steel-750: #2F201D;
--steel-700: #281D1A; --steel-700: #382824;
--steel-650: #312320; --steel-650: #422F2B;
--steel-600: #43312D; --steel-600: #513C37;
--steel-550: #513D39; --steel-550: #614944;
--steel-500: #624C47; --steel-500: #705751;
--steel-450: #725A55; --steel-450: #80655F;
--steel-400: #7F6761; --steel-400: #8F736D;
--steel-350: #93736C; --steel-350: #9F827C;
--steel-300: #A5857E; --steel-300: #AF928C;
--steel-250: #B5948C; --steel-250: #C0A39D;
--steel-200: #C7A69E; --steel-200: #D0B4AE;
--steel-150: #D8B8B0; --steel-150: #E0C6C0;
--steel-100: #E9C6BE; --steel-100: #F0D7D2;
--is-dark-theme: true; --is-dark-theme: true;
--color-primary: #F9774C; --color-primary: #F9774C;