aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-31 15:40:32 +0100
committer0neGal <mail@0negal.com>2021-12-31 15:40:32 +0100
commit4f798d07731668f0e850b7d348de74bf6f422de0 (patch)
tree8e530838e0bf8826f48dd570d17ca917c22e622e /src/app/main.css
parentc8fec42e085ef255a01f62c5010e2d41bb7eb05f (diff)
parent10c786da5be323c0b2e7042e79bcee8849e25ef4 (diff)
downloadViper-4f798d07731668f0e850b7d348de74bf6f422de0.tar.gz
Viper-4f798d07731668f0e850b7d348de74bf6f422de0.zip
Merge branch 'Alystrasz-feat/version-indicator'
Diffstat (limited to 'src/app/main.css')
-rw-r--r--src/app/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css
index 377e1f8..c2ca627 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;
@@ -55,6 +62,8 @@ button, .text {
transition: 0.2s ease-in-out;
}
+#welcome {padding: 0px}
+
button {
margin-bottom: 10px;
color: var(--btnforeground);