* Fixed invisible edit button on Light Mode

This commit is contained in:
Daniel Legt 2022-06-07 00:28:53 +03:00
parent c4f6496e0e
commit 3b137c5ed6
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ main#main-card {
flex-flow: column; flex-flow: column;
} }
.light .edit-content-text {
color: white !important;
}
.edit-content-text { .edit-content-text {
display: none; display: none;
} }