css: Make modals more theme friendly

This commit is contained in:
Johannes Meyer 2020-05-15 12:42:31 +02:00
parent 6e02b8dd50
commit a1f5f1bf89
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
background-color: @gray;
border: none;
border-radius: 50%;
color: white;
color: @text-color;
height: 1em;
line-height: 1em;
padding: 0;
@ -98,7 +98,7 @@
align-items: stretch;
flex-direction: column;
background-color: white;
background-color: @body-bg-color;
border-radius: .5em;
box-shadow: 0 0 2em 0 rgba(0, 0, 0, .6);
flex: 1;