diff options
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/app/main.css b/src/app/main.css index b668f55..aa36c5b 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -2,6 +2,7 @@ --disabled: #656E7F; --background: #4C515B; --foreground: #DDE2EB; + --subforeground: #AFAFAF; --btnforeground: var(--foreground); } @@ -31,6 +32,12 @@ body, button, input { nobr {white-space: nowrap} +.versions { + height: 15px; + font-size: 12px; + color: var(--subforeground); +} + .line { display: flex; margin-top: 15px; @@ -70,4 +77,4 @@ button:active { #setpath {background: #5E81AC} #northstar {background: #C7777F} #vanilla, #exit {background: #656E7F} -button:disabled {background: var(--disabled) !important; opacity: 0.5} +button:disabled {background: var(--disabled) !important; opacity: 0.5}
\ No newline at end of file |