Ordner "extended" ist die Vorgabe bei Theme "PaperMod" für eigenes CSS

This commit is contained in:
Ludger Sicking 2024-10-16 11:58:03 +02:00
parent 425e3425be
commit bde9a58a93

View file

@ -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;