Ordner "extended" ist die Vorgabe bei Theme "PaperMod" für eigenes CSS
This commit is contained in:
parent
425e3425be
commit
bde9a58a93
|
@ -13,12 +13,42 @@
|
|||
|
||||
body {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
font-size: 18px;
|
||||
font-size: 22px;
|
||||
line-height: 1.6;
|
||||
word-break: break-word;
|
||||
background: var(--theme);
|
||||
}
|
||||
|
||||
body. {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
font-size: 22px;
|
||||
line-height: 1.6;
|
||||
word-break: break-word;
|
||||
background: var(--theme);
|
||||
}
|
||||
|
||||
/*
|
||||
.list > * {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.post-entry {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
font-size: 22px;
|
||||
}
|
||||
.entry-header {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
font-size: 22px;
|
||||
}
|
||||
.entry-content {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
font-size: 22px;
|
||||
}
|
||||
*/
|
||||
|
||||
/* body#top.list */
|
||||
|
||||
:root {
|
||||
--gap: 24px;
|
||||
--content-gap: 20px;
|
Loading…
Reference in a new issue