Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: tweak ThemeToggle

the3ash 30d6db6a 0900a863

+5 -5
+5 -5
src/components/ui/ThemeToggle.astro
··· 42 42 display: flex; 43 43 align-items: center; 44 44 height: 1.5rem; 45 - gap: 0.325rem; 45 + gap: 0.1875rem; 46 46 color: var(--text-primary); 47 47 transition: opacity 0.2s ease; 48 - padding: 0; 48 + padding: 0 0 0 0.5rem; 49 49 position: relative; 50 50 } 51 51 52 52 .theme-icon { 53 - width: 0.5625rem; 54 - height: 0.5625rem; 53 + width: 0.4375rem; 54 + height: 0.4375rem; 55 55 transition: all 0.2s ease; 56 56 } 57 57 58 58 .hollow-circle { 59 59 border: none; 60 60 border-radius: 50%; 61 - box-shadow: inset 0 0 0 1.5px var(--text-primary); 61 + box-shadow: inset 0 0 0 1.125px var(--text-primary); 62 62 } 63 63 64 64 .solid-circle {
src/content/posts/_assets/theme-toggle.png

This is a binary file and will not be displayed.