1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Small color mode docs CSS fixes (#37896)

* SImplify background gradient syntax

* Move inline style to CSS file
This commit is contained in:
Mark Otto
2023-01-16 16:56:50 -08:00
committed by GitHub
parent ca88999448
commit 779baab369
2 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
z-index: -1;
display: block;
content: "";
background-image: linear-gradient(to bottom, rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), .95));
background-image: linear-gradient(rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), .95));
}
.bd-navbar-toggle {
@@ -116,6 +116,10 @@
}
}
}
.dropdown-menu-end {
--bs-dropdown-min-width: 8rem;
}
}
@include color-mode(dark) {