Improve dark theme contrast for panels

This commit is contained in:
Booteille 2025-05-18 22:01:14 +02:00
parent 62bea86d25
commit 6fd44868d4
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
:root { :root {
--bulma-danger-l: 75%; --bulma-danger-l: 75%;
} }
.panel.is-danger {
--bulma-panel-heading-background-l: 65%;
--bulma-panel-s: 55%;
}
} }
@media (min-width: 768px) { @media (min-width: 768px) {