Merge pull request #155 from ffrank/single-page-116
more consistent style in dedicated pages #116
This commit is contained in:
commit
d2ba0eabea
2 changed files with 7 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue