remove some default stuff
This commit is contained in:
parent
c15bc7062d
commit
19e6f9e7f7
11
style.css
11
style.css
|
@ -1,8 +1,4 @@
|
||||||
/** written by minish - 2024-03, mostly
|
/* written by minish - 2024-03 */
|
||||||
* probably don't reference this stylesheet
|
|
||||||
* for literally anything, because i am
|
|
||||||
* godawful at writing css lol..
|
|
||||||
*/
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--accent-b: #C4B5A1;
|
--accent-b: #C4B5A1;
|
||||||
|
@ -17,10 +13,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
|
||||||
font-style: normal;
|
|
||||||
font-optical-sizing: auto;
|
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -119,7 +111,6 @@ main h2 {
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
Loading…
Reference in New Issue