1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02: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;
}
.light .edit-content-text {
color: white !important;
}
.edit-content-text {
display: none;
}