mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
27 lines
472 B
SCSS
27 lines
472 B
SCSS
[data-scheme="dark"] {
|
|
#dark-mode-toggle {
|
|
color: var(--accent-color);
|
|
font-weight: 700;
|
|
|
|
.icon-tabler-toggle-left {
|
|
display: none;
|
|
}
|
|
|
|
.icon-tabler-toggle-right {
|
|
display: unset;
|
|
}
|
|
}
|
|
}
|
|
|
|
#dark-mode-toggle {
|
|
margin-top: auto;
|
|
color: var(--body-text-color);
|
|
display: flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
|
|
.icon-tabler-toggle-right {
|
|
display: none;
|
|
}
|
|
}
|