Fix burger color on dark theme

This commit is contained in:
Booteille 2024-12-10 09:31:31 +01:00
parent 33dd446c2f
commit 3c5dc9b98e
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 1 additions and 1 deletions

View File

@ -5,11 +5,11 @@
:root {
--bulma-primary-h: 182deg;
--bulma-link-h: 182deg;
--bulma-link-l: 19%;
}
@media (prefers-color-scheme: light) {
:root {
--bulma-link-l: 19%;
--bulma-link-on-scheme-l: 19%;
--bulma-danger-l: 35%;
}