From a70083be49048a5423d5d5972a8830f0607a81dc Mon Sep 17 00:00:00 2001 From: minish Date: Fri, 29 Mar 2024 21:59:25 -0400 Subject: [PATCH] make comment a little clearer --- style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/style.css b/style.css index 0788e94..2a66fd6 100644 --- a/style.css +++ b/style.css @@ -4,16 +4,7 @@ * godawful at writing css lol.. */ -/* :root { - --text: #f1ecec; - --bg: #170e0d; - --primary: #d19e9b; - --secondary: #7e312d; - --accent: #d3625c; -} */ - :root { - /* --accent: #3a3e41; */ --accent-b: #C4B5A1; --accent: #908576; } @@ -166,5 +157,6 @@ main hr { #cont { /* This has to be here or the separator margin disappears. Dear god i have no idea what the hell i am doing. */ padding-top: 1px; + clear: both; } \ No newline at end of file