Skip to content

Commit adf5db6

Browse files
committed
navbar colors
1 parent 0796261 commit adf5db6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

assets/css/app.scss

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
---
22
---
33
$primary: #1E2A78;
4-
$navbar-background-color: rgba(#1e2a78, 0.66) !important;
5-
$navbar-item-active-background-color: rgba(#1e2a78, 0.9) !important;
4+
$navbar-background-color: #fff !important;
5+
$navbar-item-color: #666 !important;
6+
$navbar-item-active-color: #fff !important;
67
// Import Main CSS file from theme
78
@import "main";
9+
10+
.hero-body {
11+
background-image: linear-gradient(120deg, #1E6878, #1E2A78);
12+
}

0 commit comments

Comments
 (0)