css tweaks

This commit is contained in:
Akko
2023-03-16 21:18:32 +01:00
parent 9829538c95
commit 396d16d656
16 changed files with 181 additions and 171 deletions

View File

@@ -4,14 +4,14 @@
}
:root {
--site-width: 750px;
--site-width: 700px;
--vert-content-margin: 1.5em;
--accent1: #d2e8b0;
--black: #222;
--white: #FBFBFB;
--background: #FCFAF9;
--font-size: 1.35rem;
--line-height: 1.9rem;
--line-height: 1.75rem;
--font-family: "Roboto";
}
@@ -51,7 +51,7 @@ a, a:visited {
}
#content h2, #content h3, #content h4, #content h5 {
margin-bottom: 0;
margin-bottom: -0.8rem;
}
#header hr {
@@ -75,6 +75,11 @@ a, a:visited {
margin: auto;
}
#content {
padding-left: 10%;
padding-right: 10%;
}
#publish-date, #modified-date {
font-style: italic;
}