Merge pull request #155 from ffrank/single-page-116

more consistent style in dedicated pages #116
This commit is contained in:
zjedi 2023-10-02 01:38:03 +02:00 committed by GitHub
commit d2ba0eabea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -216,7 +216,10 @@ a.fn-item {
}
/* ======= Single pages =========== */
.post-template {
.page-template {
background-color: var(--single-page-bg-color);
color: var(--single-page-text-color);
// Tweak the .post wrapper style
.post {

View file

@ -34,6 +34,9 @@
/* Light&Dark section `code` a bit darker than 'Light section - background color' */
--section-uni-code-bg-color: #e0ded7;
/* === Single pages=== */
--single-page-text-color: var(--section-light-text-color);
--single-page-bg-color: var(--section-light-bg-color);
/* === Footer === */
--footer-color-background: #22343a;