Skip to content

Commit

Permalink
Force theme by the elements themselves
Browse files Browse the repository at this point in the history
  • Loading branch information
NightScript370 committed Sep 19, 2024
1 parent ba938db commit b6683f2
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions pages/shul-wall/sha'areh-tefila-queens.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
box-shadow: 0 0 7px 5px black;
padding-top: 1.55rem;
font-size: .625rem;
color: white;
}

#dataGrid > *:not(#megaline) h1 {
Expand Down Expand Up @@ -266,6 +267,18 @@
dl[data-zfFind="DafYomi"] > *:not(:last-child) {
border-bottom: 1px solid rgba(255,255,255,.5);
}

.list-group-item,
.list-group {
--bs-list-group-bg: #212529;
--bs-list-group-color: white;
--bs-list-group-border-color: var(--bs-border-color);
}

:root {
--bs-body-bg: #1A1D2A !important;
--bs-heading-color: white !important;
}
</style>

<link id="bs" href="/assets/libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/>
Expand Down Expand Up @@ -555,7 +568,4 @@ <h1 style="text-align: center;">
<script type="module" src="/assets/js/shul-wall/limud.js"></script>
<script type="module" src="/assets/js/shul-wall/sidebar.js"></script>
<script type="module" src="/assets/js/shul-wall/pageFlip.js"></script>
<script type="module" src="/assets/js/shul-wall/netzCountdown.js"></script>
<script>
document.body.setAttribute('data-bs-theme', 'dark');
</script>
<script type="module" src="/assets/js/shul-wall/netzCountdown.js"></script>

0 comments on commit b6683f2

Please sign in to comment.