Polish UI

This commit is contained in:
BorysLevytskyi
2023-05-17 08:20:03 +02:00
parent a000f93698
commit f04bd3268f
2 changed files with 4 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ button.link-button {text-decoration: underline;}
.light button.btn { color: black}
.light button.btn:hover { background: #ddd}
.light button.btn:disabled { color: #888; background-color: inherit; }
.light .accent1 { color:rgb(56, 161, 103)}
.light .accent1 { color:green}
.light .expressionInput { border-bottom: solid 1px rgba(0, 0, 0, 0.5);}
.light .button { border: solid 1px gray; }
.light .button:hover { background: rgba(0, 0, 0, 0.2);}