Skip to content

Commit b1d7859

Browse files
favicon changed
1 parent f9555c9 commit b1d7859

File tree

6 files changed

+97
-8
lines changed

6 files changed

+97
-8
lines changed

assets/favicon.ico

181 KB
Binary file not shown.

assets/favicon.png

-15 KB
Loading

assets/favicon.svg

Lines changed: 84 additions & 1 deletion
Loading

assets/scss/common/_custom.scss

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Put your custom SCSS code here
2-
2+
//Header
33
header.navbar {
44
background-color: #262829;
55

@@ -9,6 +9,17 @@ li.nav-item a.nav-link, #buttonColorMode, #searchToggleDesktop {
99
color: #FFFFFF;
1010
}
1111

12+
.navbar-brand > img {
13+
height: 40px;
14+
}
15+
16+
//section
17+
.container-lg{
18+
background: url("../../section_bg.png");
19+
background-repeat: no-repeat;
20+
background-position: center;
21+
background-size: cover;
22+
}
1223
a.rounded-pill{
1324
color: #fff !important;
1425
border-radius: 8px !important;
@@ -19,10 +30,8 @@ section.section-features>.container>.row>.col-lg-5 {
1930
border-radius: 8px;
2031
}
2132

22-
.navbar-brand > img {
23-
height: 40px;
24-
}
2533

34+
//footer
2635
footer {
2736
background-color: #262829;
2837
}

assets/section_bg.png

329 KB
Loading

hugo_stats.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585
"col-lg-8",
8686
"col-lg-9",
8787
"col-md-12",
88-
"col-xl-10",
89-
"col-xl-11",
9088
"col-xl-12",
9189
"col-xl-3",
9290
"col-xl-4",
@@ -125,7 +123,6 @@
125123
"form-control",
126124
"form-control-lg",
127125
"frame",
128-
"fs-4",
129126
"fs-5",
130127
"fs-6",
131128
"h-auto",

0 commit comments

Comments
 (0)