mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-30 11:45:21 -04:00
fix the fixes....
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
|
||||
:root {
|
||||
--background-inner: #ffffff;
|
||||
--background-outer: #fcfcfc;
|
||||
@@ -35,13 +33,3 @@
|
||||
--success: #78df55;
|
||||
--error: #ff5151;
|
||||
}
|
||||
|
||||
// https://web.dev/color-scheme/#the-color-scheme-css-property
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@import "~modern-normalize/modern-normalize.css";
|
||||
+1
-4
@@ -1,7 +1,4 @@
|
||||
// Browser reset:
|
||||
// https://github.com/sindresorhus/modern-normalize
|
||||
@import "~modern-normalize/modern-normalize.css";
|
||||
|
||||
@use "reset";
|
||||
@use "typography";
|
||||
@use "colors";
|
||||
@use "syntax";
|
||||
|
||||
Reference in New Issue
Block a user