We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ccb84 commit f246c1fCopy full SHA for f246c1f
3-lending/demifi/web/src/app.css
@@ -4,7 +4,7 @@
4
line-height: 24px;
5
font-weight: 400;
6
7
- color-scheme: light dark;
+ color-scheme: light;
8
color: rgba(255, 255, 255, 0.87);
9
background-color: #242424;
10
@@ -60,15 +60,13 @@ button:focus-visible {
60
outline: 4px auto -webkit-focus-ring-color;
61
}
62
63
-@media (prefers-color-scheme: light) {
64
- :root {
+:root {
65
color: #213547;
66
background-color: #ffffff;
67
- }
68
- a:hover {
+}
+a:hover {
69
color: #747bff;
70
71
- button {
+button {
72
background-color: #f9f9f9;
73
74
0 commit comments