1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-04-06 03:48:47 +03:00

* Fixed invisible edit button on Light Mode

This commit is contained in:
2022-06-07 00:28:53 +03:00
parent c4f6496e0e
commit 3b137c5ed6

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;
} }