Theme Update

This commit is contained in:
Francesco 2024-04-22 15:18:20 +02:00
parent ac65427931
commit 5e15cf0e2f
2 changed files with 8 additions and 6 deletions

View file

@ -8,7 +8,7 @@ html {
body {
font-family: "Literata";
font-size: 1rem;
color: rgb(30, 30, 30);
color: var(--content);
line-height: 1.3rem;
margin: auto;
max-width: var(--main-width);
@ -96,8 +96,8 @@ code {
}
hr {
border: 1px solid black;
margin-top: 2rem;
border: 1px solid var(--content);
margin-top: 3rem;
margin-bottom: 2rem;
}

View file

@ -10,11 +10,11 @@
--header-menu-top-gap: 1rem;
/* Typography */
--h1-margin-top: 2rem;
--h1-margin-top: 2.5rem;
--h1-margin-bottom: 2rem;
--h2-margin-top: 2rem;
--h2-margin-bottom: 2rem;
--hx-margin-top: 1rem;
--h2-margin-bottom: 1.5rem;
--hx-margin-top: 1.5rem;
--hx-margin-bottom: 1rem;
--p-margin-top: 1rem;
--p-margin-bottom: 1rem;
@ -38,6 +38,8 @@
/* Content */
--content-height: calc(100vh - var(--footer-height));
--content: rgb(30, 30, 30);
}
@media screen and (max-width: 1024px) {