aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.css
diff options
context:
space:
mode:
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 929483a..c6c9bb9 100644
--- a/src/app/main.css
+++ b/src/app/main.css
@@ -4,6 +4,7 @@
--foreground: #DDE2EB;
--background: #4C515B;
--boxbackground: #666E7F;
+ --subforeground: #AFAFAF;
--btnforeground: var(--foreground);
}
@@ -34,6 +35,12 @@ body, button, input {
nobr {white-space: nowrap}
+.versions {
+ height: 15px;
+ font-size: 12px;
+ color: var(--subforeground);
+}
+
.line {
display: flex;
margin-top: var(--padding);
@@ -64,6 +71,8 @@ button, .text, .mod {
padding: calc(var(--padding) / 3) var(--padding);
}
+#welcome {padding: 0px}
+
button {
color: var(--btnforeground);
-webkit-app-region: no-drag;