Skip to content

Commit 9f6aa10

Browse files
committed
theme changes
1 parent 52885e4 commit 9f6aa10

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

assets/scss/common/_custom.scss

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Put your custom SCSS code here
2+
23
header.navbar {
34
background-color: #262829;
45

@@ -8,10 +9,23 @@ li.nav-item a.nav-link, #buttonColorMode, #searchToggleDesktop {
89
color: #FFFFFF;
910
}
1011

12+
a.rounded-pill{
13+
color: #fff !important;
14+
border-radius: 8px !important;
15+
}
1116
section.section-features>.container>.row>.col-lg-5 {
1217
background-color: #F5F4F4;
18+
margin: 10px;
19+
border-radius: 8px;
1320
}
1421

1522
.navbar-brand > img {
1623
height: 40px;
17-
}
24+
}
25+
26+
footer {
27+
background-color: #262829;
28+
}
29+
footer .text-muted{
30+
color: #fff !important;
31+
}

0 commit comments

Comments
 (0)