Add and use additional light background color for custom page content

This commit is contained in:
Gabe Kangas
2022-10-09 18:41:52 -07:00
parent c0021f1f9a
commit 34a5104a6d
6 changed files with 38 additions and 62 deletions

View File

@@ -13,9 +13,7 @@
padding: calc(2 * var(--content-padding));
border-radius: var(--theme-rounded-corners);
width: 100%;
border-color: var(--theme-color-palette-4);
border-width: 1px;
border-style: solid;
background-color: var(--theme-color-background-light);
hr {
margin: 1.35em 0;