We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fe0ea commit a23a774Copy full SHA for a23a774
1 file changed
public/style/theme.css
@@ -49,11 +49,11 @@ html[data-theme="light"] {
49
.theme-toggle #sun,
50
.theme-toggle #moon {
51
position: absolute;
52
- opacity: 0;
+ display: none;
53
}
54
55
html[data-theme="light"] .theme-toggle #moon {
56
- opacity: 1;
+ display: block;
57
transform: scale(1);
58
59
@@ -62,7 +62,7 @@ html[data-theme="light"] .theme-toggle #sun {
62
63
64
html[data-theme="dark"] .theme-toggle #sun {
65
66
67
68
0 commit comments