Bug fixes. Style setting improvements.

This commit is contained in:
Scott Idem
2024-02-28 15:45:02 -05:00
parent 00a28588b7
commit 713fcb3c62
12 changed files with 438 additions and 122 deletions

View File

@@ -31,8 +31,8 @@ body {
/* --theme-rounded-base: 20px;
--theme-rounded-container: 4px; */
--theme-font-family-base: 'Liberation Sans', sans-serif;
--theme-font-family-heading: 'Liberation Sans', sans-serif;
/* --theme-font-family-base: 'Liberation Sans', sans-serif; */
/* --theme-font-family-heading: 'Liberation Sans', sans-serif; */
}
.card-footer {
@@ -63,14 +63,14 @@ body {
}
/* Deal with being in an iframe */
#appShell #shell-header.iframe {
display: none;
}
/* body[data-theme='wintry'] {
background: none;
background-image: none;
} */
#appShell #shell-footer.iframe {
display: none;
}
body[data-theme]:has(#page.iframe) {
background: none;