Removed general background color
This commit is contained in:
parent
35eda3960e
commit
df91ad9876
@ -53,10 +53,6 @@
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--color-aside);
|
||||
}
|
||||
|
||||
*,
|
||||
::before,
|
||||
::after,
|
||||
@ -94,7 +90,8 @@
|
||||
/* ---------------------------------- Gray ---------------------------------- */
|
||||
--color-gray-50: 250 250 250;
|
||||
--color-gray-75: 240 240 240;
|
||||
--color-gray-100: 235 235 235;;
|
||||
--color-gray-100: 235 235 235;
|
||||
;
|
||||
--color-gray-200: 214 214 214;
|
||||
--color-gray-300: 191 191 191;
|
||||
--color-gray-400: 166 166 166;
|
||||
|
Loading…
x
Reference in New Issue
Block a user