[theme] replace all hardcoded colors by css vars and drop ununsed vars

This commit is contained in:
MrPaulBlack
2021-09-30 18:12:42 +02:00
parent 452b266387
commit 7c2a518d12
6 changed files with 74 additions and 81 deletions
@@ -40,7 +40,7 @@
padding: 5px 0 0 0;
float: left;
width: 50%;
color: darken(#dcdcdc, 30%);
color: var(--color-settings-engine-description-font);
font-size: 90%;
}
@@ -84,7 +84,7 @@
.preferences_back {
background: none repeat scroll 0 0 var(--color-settings-return-background);
color: white;
color: var(--color-settings-return-font);
border: 0 none;
.rounded-corners;