We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4d985 commit 559ac89Copy full SHA for 559ac89
docs/css/custom.css
@@ -7,8 +7,16 @@
7
--bs-link-hover-color-rgb: 114, 20, 20;
8
--bs-primary: #721414;
9
--bs-primary-rgb: 114, 20, 20;
10
+
11
+ --bs-primary-dark: #5B1010;
12
+ --bs-dropdown-link-active-bg: #5B1010;
13
+ --bs-dropdown-link-hover-bg: #5B1010;
14
}
15
16
.navbar.bg-primary {
- background-image: linear-gradient(#5B1010,#5B1010);
17
+ background-image: linear-gradient(var(--bs-primary-dark), var(--bs-primary-dark));
18
+}
19
20
+.dropdown-item.open {
21
+ background-color: var(--bs-dropdown-link-active-bg);
22
0 commit comments