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 e7aa3aa commit bb3eb17Copy full SHA for bb3eb17
assets/sass/dark-mode.css
@@ -112,10 +112,6 @@
112
@include box-shadow(none);
113
}
114
115
- #front-nav img {
116
- filter: none;
117
- }
118
-
119
div.monitor {
120
filter: brightness(.85);
121
assets/sass/front-page.scss
@@ -42,12 +42,17 @@
42
grid-column: 1;
43
transition-duration: 0.3s;
44
transition-property: opacity;
45
- opacity: 0.5;
+ opacity: 0.4;
46
width: 38px;
47
height: 38px;
48
background-color: #cdcdc5;
49
border-radius: 40%;
50
padding: 18px;
51
+
52
+ :root[data-theme="dark"] & {
53
+ filter: invert(1);
54
+ background-color: #9d9c9a;
55
+ }
56
57
58
h3 {
0 commit comments