mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
fix: dashboard bg color on light theme
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
.ml_bg_color {
|
||||
background-color: light-dark(var(--ml-bg-light), var(--ml-bg-dark));
|
||||
background-color: light-dark(
|
||||
var(--ml-bg-light),
|
||||
var(--ml-bg-dark)
|
||||
) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user