Minor UI improvement.

This commit is contained in:
Daniel
2022-06-07 19:22:49 +04:30
parent 2114c03c29
commit bb3dc240ad
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -19,6 +19,10 @@ body {
/* Dark Mode settings (Default) */
.dark-light-btn::before {
content: '';
}
.delete {
background-color: #1f2c38;
color: #ffffffb6;
@@ -84,6 +88,10 @@ body {
/* Light Mode settings */
.light .dark-light-btn::before {
content: '';
}
.light {
text-shadow: 0px 1px 2px #ffffff;
background-color:rgb(233, 220, 179);