From bde9a58a933690cc1f32f4d25dd305ecc80e72ba Mon Sep 17 00:00:00 2001 From: Ludger Sicking Date: Wed, 16 Oct 2024 11:58:03 +0200 Subject: [PATCH] =?UTF-8?q?Ordner=20"extended"=20ist=20die=20Vorgabe=20bei?= =?UTF-8?q?=20Theme=20"PaperMod"=20f=C3=BCr=20eigenes=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sb/assets/css/{ => extended}/custom.css | 32 ++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) rename sb/assets/css/{ => extended}/custom.css (68%) diff --git a/sb/assets/css/custom.css b/sb/assets/css/extended/custom.css similarity index 68% rename from sb/assets/css/custom.css rename to sb/assets/css/extended/custom.css index 24111de..fbf5ac9 100644 --- a/sb/assets/css/custom.css +++ b/sb/assets/css/extended/custom.css @@ -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;