Theme tweaks

This commit is contained in:
Qstick
2022-12-22 15:29:26 -06:00
parent 94a797fc1e
commit 2d33560d89
6 changed files with 6 additions and 6 deletions

View File

@@ -36,5 +36,5 @@
/** Outline **/
.outline {
background-color: var(--white);
background-color: var(--cardBackgroundColor);
}

View File

@@ -108,5 +108,5 @@
/** Outline **/
.outline {
background-color: var(--white);
background-color: var(--cardBackgroundColor);
}

View File

@@ -5,7 +5,7 @@
text-align: center;
&:hover {
color: var(--toobarButtonHoverColor);
color: #515253;
}
}