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;