mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
fix(home/swayosd): fix broken swayosd css
This commit is contained in:
@@ -32,7 +32,7 @@ in {
|
||||
min-height: inherit;
|
||||
border-radius: inherit;
|
||||
border: none;
|
||||
background-color: ${colors.on_surface};
|
||||
background-color: ${colors.primary};
|
||||
opacity: 0.9;
|
||||
}
|
||||
progressbar {
|
||||
@@ -50,7 +50,7 @@ in {
|
||||
min-height: inherit;
|
||||
border-radius: inherit;
|
||||
border: none;
|
||||
background-color: ${colors.on_surface};
|
||||
background-color: ${colors.surface_bright};
|
||||
opacity: 1;
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user