diff options
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/main.css b/src/app/main.css index c86e08d..cd6c001 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -1,6 +1,7 @@ :root { --background: #4C515B; --foreground: #DDE2EB; + --subforeground: #AFAFAF; --btnforeground: var(--foreground); } @@ -72,5 +73,5 @@ button:active { .versions { height: 15px; font-size: 12px; - color: #afafaf; -}
\ No newline at end of file + color: var(--subforeground); +} |