Fixup Theme CSS

This commit is contained in:
Zak Saunders 2022-12-12 03:45:09 +00:00 committed by Qstick
parent 097712f04f
commit 4614ceffbd
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
margin-bottom: 20px;
border: 1px solid var(--borderColor);
border-radius: 4px;
background-color: var(--modalBackgroundColor);
background-color: var(--cardBackgroundColor);
&:last-of-type {
margin-bottom: 0;

View File

@ -20,4 +20,6 @@
.valueInput {
width: 100%;
border: none;
background-color: var(--inputBackgroundColor);
color: var(--textColor);
}

View File

@ -52,8 +52,8 @@ module.exports = {
// Links
defaultLinkHoverColor: '#fff',
linkColor: '#0b8750',
linkHoverColor: '#1b72e2',
linkColor: '#fff',
linkHoverColor: '#0b8750',
// Header
pageHeaderBackgroundColor: '#2a2a2a',