Working on the styling some more.

This commit is contained in:
Scott Idem
2024-08-23 16:34:28 -04:00
parent 014d244019
commit 4fa8d0368f
18 changed files with 414 additions and 47 deletions

View File

@@ -27,13 +27,13 @@ body {
font-display: swap;
}
:root [data-theme='modern'] {
/* :root [data-theme='modern'] { */
/* --theme-rounded-base: 20px;
--theme-rounded-container: 4px; */
/* --theme-font-family-base: 'Liberation Sans', sans-serif; */
/* --theme-font-family-heading: 'Liberation Sans', sans-serif; */
}
/* } */
.card-footer {
border-top: 1px solid hsla(0, 0%, 0%, 0.5);
@@ -95,18 +95,18 @@ body {
}
/* Remove the background from the body in all cases */
body[data-theme] {
/* body[data-theme] { */
/* background: none; */
/* background-image: none; */
}
/* } */
/* Remove the background from the body if using iframes */
body[data-theme]:has(#page.iframe) {
/* body[data-theme]:has(#page.iframe) { */
/* background: none; */
/* background-image: none; */
/* background-image: url('https://static.oneskyit.com/c/CHOW/images/CHOW_2024_yellow_background.png'); */
/* background-size: cover; */
}
/* } */
main {
/* background: none;