make comment a little clearer

This commit is contained in:
minish 2024-03-29 21:59:25 -04:00
parent 70d1325544
commit a70083be49
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
1 changed files with 1 additions and 9 deletions

View File

@ -4,16 +4,7 @@
* godawful at writing css lol.. * godawful at writing css lol..
*/ */
/* :root {
--text: #f1ecec;
--bg: #170e0d;
--primary: #d19e9b;
--secondary: #7e312d;
--accent: #d3625c;
} */
:root { :root {
/* --accent: #3a3e41; */
--accent-b: #C4B5A1; --accent-b: #C4B5A1;
--accent: #908576; --accent: #908576;
} }
@ -166,5 +157,6 @@ main hr {
#cont { #cont {
/* This has to be here or the separator margin disappears. Dear god i have no idea what the hell i am doing. */ /* 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; padding-top: 1px;
clear: both; clear: both;
} }