This commit is contained in:
ChrispyBacon-dev 2025-04-14 18:22:07 +02:00
parent 4938f85c6e
commit f59c8fbd38

View file

@ -42,11 +42,12 @@
button.delete-button:hover { --pico-background-color: var(--pico-color-red-700); }
/* Pico handles disabled state styling automatically */
/* Theme Toggle Placeholder */
/* Theme Toggle Placeholder - CORRECTED */
#theme-toggle {
position: absolute;
top: 1rem;
right: 1rem;
/* Maybe add z-index later if needed */
}
</style>