Fix styling issues with dark theme on the download page

This commit is contained in:
Alex Ling
2020-03-11 03:07:09 +00:00
parent 36e2b2bfaf
commit 36034042f2
3 changed files with 12 additions and 1 deletions
+6
View File
@@ -32,3 +32,9 @@
#selectable .ui-selected {
background: #F4E487;
}
#selectable .ui-selecting.dark {
background: #5E5731;
}
#selectable .ui-selected.dark {
background: #9D9252;
}