feat: Dark mode #15
|
@ -107,6 +107,11 @@
|
|||
gap: 20px;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:global(a), :global(button) {
|
||||
text-shadow: 0 0 5px theme('colors.eucalyptus.400');
|
||||
}
|
||||
}
|
||||
main {
|
||||
width: min(100vw, max(50vw, 100vh));
|
||||
grid-area: content;
|
||||
|
|
Loading…
Reference in New Issue