diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 01:24:23 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 01:24:23 +0300 |
| commit | 3955fbabc9ed05116be07c9f659cd550734f8593 (patch) | |
| tree | 109ebc5e0946d44b4766219a02b74dac36795300 /src/lib/styles/global.pruned.css | |
| parent | f2bb77e460acfd5929ecc6de053b68932f2c8121 (diff) | |
go FAST
Diffstat (limited to 'src/lib/styles/global.pruned.css')
| -rw-r--r-- | src/lib/styles/global.pruned.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/styles/global.pruned.css b/src/lib/styles/global.pruned.css index 9872f39..4c6c3a3 100644 --- a/src/lib/styles/global.pruned.css +++ b/src/lib/styles/global.pruned.css @@ -132,6 +132,18 @@ article { justify-content: center; } +.theme-icon-sun { + display: none; +} + +[data-theme="dark"] .theme-icon-moon { + display: none; +} + +[data-theme="dark"] .theme-icon-sun { + display: block; +} + .theme-toggle:hover { color: var(--link-hover); } |
