change titles and citation

change size titles and space between
add background for bold and italic text in citation
This commit is contained in:
rick 2023-10-03 17:41:30 +02:00
parent 1aff88e197
commit 11c4f2ad1a
Signed by: Rick
GPG key ID: 5CBE8779CD27BCBA

View file

@ -196,12 +196,32 @@ h1 {
line-height: 1;
}
#article h2 {
font-size: 36px;
#article h2, h3, h4, h5, h6{
margin-top: .75em;
margin-bottom: .75em;
}
#article h2 {
font-size: 36px;
}
#article h3 {
font-size: 30px;
}
#article h4 {
font-size: 25px;
}
#article h5 {
font-size: 22px;
}
#article h6 {
font-size: 22px;
text-decoration: underline;
}
#article p {
margin-top: 1em;
font-size: 18px;
@ -212,13 +232,17 @@ h1 {
margin: 40px auto;
}
blockquote p {
blockquote {
background-color: #1B1B42;
padding: 10px;
padding-left: 20px;
border-left: 5px solid aliceblue;
}
blockquote p, strong, em {
background-color: inherit;
}
pre, code {
font-family: DejaVu Sans Mono;
font-size: 16px;