From 8a7917a0cd34bd7637d9a9a8ad327e4b847cdeed Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 26 Oct 2024 21:59:34 -0400 Subject: [PATCH] added white to border in layout for aesthetics while loading in, might regret this --- static/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/layout.css b/static/css/layout.css index f37bf17..2a9f672 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -35,7 +35,7 @@ a:hover { /*https://pearsonified.com/golden-ratio-typography-intro/*/ /*https://grtcalculator.com/*/ max-width: 55em; - border: 0.5em solid; + border: 0.5em solid white; border-radius: 0.5em; /* needed due to being flex itself*/