Theme Update
This commit is contained in:
parent
f2ebaae569
commit
3559ff251d
@ -8,7 +8,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
font-family: "Literata";
|
font-family: "Literata";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgb(30, 30, 30);
|
color: var(--content);
|
||||||
line-height: 1.3rem;
|
line-height: 1.3rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: var(--main-width);
|
max-width: var(--main-width);
|
||||||
@ -96,8 +96,8 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 1px solid black;
|
border: 1px solid var(--content);
|
||||||
margin-top: 2rem;
|
margin-top: 3rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,11 +10,11 @@
|
|||||||
--header-menu-top-gap: 1rem;
|
--header-menu-top-gap: 1rem;
|
||||||
|
|
||||||
/* Typography */
|
/* Typography */
|
||||||
--h1-margin-top: 2rem;
|
--h1-margin-top: 2.5rem;
|
||||||
--h1-margin-bottom: 2rem;
|
--h1-margin-bottom: 2rem;
|
||||||
--h2-margin-top: 2rem;
|
--h2-margin-top: 2rem;
|
||||||
--h2-margin-bottom: 2rem;
|
--h2-margin-bottom: 1.5rem;
|
||||||
--hx-margin-top: 1rem;
|
--hx-margin-top: 1.5rem;
|
||||||
--hx-margin-bottom: 1rem;
|
--hx-margin-bottom: 1rem;
|
||||||
--p-margin-top: 1rem;
|
--p-margin-top: 1rem;
|
||||||
--p-margin-bottom: 1rem;
|
--p-margin-bottom: 1rem;
|
||||||
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
/* Content */
|
/* Content */
|
||||||
--content-height: calc(100vh - var(--footer-height));
|
--content-height: calc(100vh - var(--footer-height));
|
||||||
|
|
||||||
|
--content: rgb(30, 30, 30);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user