re-indentity

This commit is contained in:
Paul Schneider
2024-11-10 14:30:12 +00:00
parent f14b44ecd0
commit 86dc1b8a2b
17 changed files with 233 additions and 70 deletions

View File

@ -40,3 +40,11 @@
/* background-color: var(--bs-dropdown-bg); */
background-color: black;
}
div.carousel-inner > div.item > div.carousel-caption-s {
margin: .5em;
background-color: rgba(0,0,0,.6);
color: rgb(255,255,200);
font-weight: bold;
padding: .5em;
}