added placeholder favicon; blockquote style
This commit is contained in:
parent
7ccb524efa
commit
ceb477e51f
12 changed files with 29 additions and 15 deletions
|
@ -167,11 +167,11 @@
|
|||
}
|
||||
|
||||
:root {
|
||||
--base-font-size: 1.1rem;
|
||||
--base-font-size: 1.2rem;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: var(--base-font-size);
|
||||
font-size: calc(var(--base-font-size) * 1);
|
||||
}
|
||||
|
||||
.font-body-serif body {
|
||||
|
@ -196,7 +196,7 @@ h6 {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: calc(2.4 * var(--base-font-size));
|
||||
font-size: calc(2.25 * var(--base-font-size));
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue