replace org content, make global style for generated site

This commit is contained in:
Tykayn 2024-11-09 00:19:43 +01:00 committed by tykayn
parent 3539a8a496
commit f5c73ffd33
2990 changed files with 49840 additions and 75227 deletions

View file

@ -4,8 +4,13 @@
padding: 0;
}
body {
html {
font-size: 1rem;
font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
}
body {
text-align: left;
margin: 0 auto;
font-size: 1.5rem;
@ -37,6 +42,10 @@ h6 {
body {
/* Improve text rendering */
-webkit-font-smoothing: antialiased;
font-family: Helvetica, Arial, sans-serif;
padding-bottom: 20vh;
padding-left: 2rem;
padding-bottom: 2rem;
}
/* Improve media defaults */
@ -77,12 +86,14 @@ p {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
h1 {
font-size: 3.5rem;
font-size: 4rem;
color: #221d30
}
h2 {
font-size: 2rem;
font-size: 3rem;
}
h3 {
@ -115,11 +126,18 @@ ul {
padding-left: 4ch;
padding-right: 4ch;
}
li {
margin-bottom: 1em;
}
#title-block-header {
border-bottom: 1px solid #333;
margin-bottom: 1rem;
}
@media (max-width: 20rem) {
body {
padding: 1rem;
}
}
}