re-indentity
This commit is contained in:
parent
578e33bf86
commit
9aa7b3c77d
17 changed files with 233 additions and 70 deletions
|
|
@ -13,4 +13,22 @@
|
|||
.navbar-dark .navbar-toggler-icon {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
||||
|
||||
/*# sourceMappingURL=site.css.map */
|
||||
/* bootstrap.css | http://localhost:5000/lib/bootstrap/css/bootstrap.css */
|
||||
.nav-link {
|
||||
/* background-color: var(--bs-nav-tabs-link-active-bg); */
|
||||
background-color: black; }
|
||||
|
||||
.dropdown-item {
|
||||
/* background-color: transparent; */
|
||||
background-color: black; }
|
||||
|
||||
.dropdown-menu {
|
||||
/* 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, 0.6);
|
||||
color: #ffffc8;
|
||||
font-weight: bold;
|
||||
padding: .5em; }
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue