Skip to content

Commit 559ac89

Browse files
committed
Update css
1 parent bb4d985 commit 559ac89

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/css/custom.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77
--bs-link-hover-color-rgb: 114, 20, 20;
88
--bs-primary: #721414;
99
--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;
1014
}
1115

1216
.navbar.bg-primary {
13-
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);
1422
}

0 commit comments

Comments
 (0)