css: Fix wrong text color of a modal's close button

This commit is contained in:
Johannes Meyer 2020-05-20 16:44:25 +02:00
parent c9f5c65828
commit 2f1716a8c9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
background-color: @gray;
border: none;
border-radius: 50%;
color: @text-color;
color: @text-color-inverted;
height: 1em;
line-height: 1em;
padding: 0;