diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-29 12:10:40 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-29 12:10:40 +0100 |
commit | b430d92573619ffce82362cc2a682addc6c958ab (patch) | |
tree | 2f59661df33b170f14a734e156bf2e5a1227025d /src/app/main.css | |
parent | 4abe10aebdfa06c9b9c31c98f084d511e3e2e319 (diff) | |
download | Viper-b430d92573619ffce82362cc2a682addc6c958ab.tar.gz Viper-b430d92573619ffce82362cc2a682addc6c958ab.zip |
[feat] adding version indicators on the UI
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index 854c47a..f3cd7c5 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -61,3 +61,9 @@ button:active { #setpath {background: #5E81AC} #northstar {background: #C7777F} #vanilla, #exit {background: #656E7F} + +.versions { + height: 15px; + font-size: 12px; + color: #afafaf; +}
\ No newline at end of file |