Update theme toggle styles for better usability

Adjusted button border-radius for mobile view and added
a space in the content string for improved visual design.
This commit is contained in:
DJObleezy 2025-04-22 22:28:27 -07:00
parent af3ea9607e
commit 65d4deba5e

View File

@ -51,7 +51,7 @@
.theme-toggle-btn { .theme-toggle-btn {
padding: 6px; padding: 6px;
font-size: 12px; font-size: 12px;
border-radius: 50%; border-radius: 3px;
width: 35px; width: 35px;
height: 35px; height: 35px;
} }