make comment a little clearer
This commit is contained in:
parent
70d1325544
commit
a70083be49
10
style.css
10
style.css
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue