aboutsummaryrefslogtreecommitdiffstats
path: root/res/css/setup.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/setup.css')
-rw-r--r--res/css/setup.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/res/css/setup.css b/res/css/setup.css
index b42f8a8..f0a63e5 100644
--- a/res/css/setup.css
+++ b/res/css/setup.css
@@ -14,17 +14,17 @@ body {
display: flex;
flex-direction: column;
align-items: center;
- background-color: #1a1a1f;
+ background-color: var(--cl-gray-1);
color: var(--foreground);
border: 1px solid var(--border);
- border-radius: 0.5rem;
+ border-radius: 0;
gap: 1rem;
}
.welcome-image {
max-width: 200px;
width: 100%;
- border-radius: 0.375rem;
+ border-radius: 0;
margin-bottom: 0.5rem;
}
@@ -58,14 +58,16 @@ body {
padding: 0.75rem 0.5rem;
justify-content: center;
background-color: var(--accent);
- color: #fff;
+ color: var(--cl-gray-0);
border: none;
- border-radius: 0.375rem;
+ border-radius: 0;
cursor: pointer;
font-size: 0.95rem;
+ font-weight: bold;
&:hover {
- filter: brightness(1.15);
+ background-color: var(--cl-orange-7);
+ color: var(--cl-gray-0);
}
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage