From a32705ed2b410701bb719c4af88127ccaf8375bf Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Mon, 5 Sep 2022 21:14:28 -0400 Subject: [PATCH] make default bg dark --- app/styles.imba | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/styles.imba b/app/styles.imba index 89e65a0..d123cd9 100644 --- a/app/styles.imba +++ b/app/styles.imba @@ -1,7 +1,3 @@ -global css html - $effective-name-c:gray4 - $effective-name-parens-c:gray4/80 - global css .dark $appbg:#20222f $bodybg:#20222f @@ -40,8 +36,14 @@ global css .light $button-bg:blue4/10 $button-hover-bg:blue4/20 +global css html + $effective-name-c:gray4 + $effective-name-parens-c:gray4/80 + bg:#20222f + global css body m:0 bd:0 p:0 + bg:#20222f global css input w:100% h:50px px:20px fl:1