strategies to avoid forced dark mode

This commit is contained in:
RossAscends
2023-04-19 20:17:49 +09:00
parent 7ef2a79729
commit 2addcb6b8c
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="darkreader-lock">
<link href="webfonts/NotoSans/stylesheet.css" rel="stylesheet">
<!-- fontawesome webfonts-->
<link href="css/all.css" rel="stylesheet">

View File

@@ -51,12 +51,12 @@
/* base variable for blur strength slider calculations */
--blurStrength: 10;
/*styles for the color picker*/
--tool-cool-color-picker-btn-bg: transparent;
--tool-cool-color-picker-btn-border-color: transparent;
color-scheme: only light;
}
* {