mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-06-23 04:10:07 +00:00
Modal: Specify color
Fixes WatchedDeleteModal for light theme because of inherited css from content pages and this is the easiest fix for now
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
min-width: 300px;
|
||||
width: 100%;
|
||||
max-height: calc(100% - 20px);
|
||||
color: $text-color;
|
||||
background-color: $bg-color;
|
||||
border-radius: 10px;
|
||||
padding: 15px 20px;
|
||||
|
||||
Reference in New Issue
Block a user