mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-25 00:00:52 -04:00
Fix styling issues with dark theme on the download page
This commit is contained in:
@@ -32,3 +32,9 @@
|
||||
#selectable .ui-selected {
|
||||
background: #F4E487;
|
||||
}
|
||||
#selectable .ui-selecting.dark {
|
||||
background: #5E5731;
|
||||
}
|
||||
#selectable .ui-selected.dark {
|
||||
background: #9D9252;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user