From 10c786da5be323c0b2e7042e79bcee8849e25ef4 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Fri, 31 Dec 2021 15:39:10 +0100 Subject: fixed padding on welcome text and added 's --- src/app/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/main.css b/src/app/main.css index dfa5633..c2ca627 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -62,6 +62,8 @@ button, .text { transition: 0.2s ease-in-out; } +#welcome {padding: 0px} + button { margin-bottom: 10px; color: var(--btnforeground); @@ -79,4 +81,4 @@ button:active { #setpath {background: #5E81AC} #northstar {background: #C7777F} #vanilla, #exit {background: #656E7F} -button:disabled {background: var(--disabled) !important; opacity: 0.5} \ No newline at end of file +button:disabled {background: var(--disabled) !important; opacity: 0.5} -- cgit v1.2.3