File tree Expand file tree Collapse file tree 5 files changed +8
-43
lines changed Expand file tree Collapse file tree 5 files changed +8
-43
lines changed Original file line number Diff line number Diff line change 1
1
// Put your custom SCSS code here
2
- // Header
3
- header .navbar {
4
- background-color : #262829 ;
5
-
6
- }
7
-
8
- li .nav-item a .nav-link , #buttonColorMode , #searchToggleDesktop {
9
- color : #FFFFFF ;
10
- }
11
-
12
2
.navbar-brand > img {
13
3
height : 40px ;
14
4
}
15
5
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
- }
23
- a .rounded-pill {
24
- color : #fff !important ;
25
- border-radius : 8px !important ;
26
- }
27
- [data-bs-theme = " dark" ] .btn-primary {
28
- background-color : #1d9de6 !important ;
29
- border : #1d9de6 ;
30
- }
31
- section .section-features >.container >.row >.col-lg-5 {
32
- background-color : #F5F4F4 ;
33
- margin : 10px ;
34
- border-radius : 8px ;
35
- }
36
- [data-bs-theme = " dark" ] .section.section-features >.container >.row >.col-lg-5 {
37
- background-color : #000000 ;
38
- }
39
6
40
- // footer
41
- footer {
42
- background-color : #262829 ;
43
- }
44
- footer .text-muted {
45
- color : #fff !important ;
46
- }
7
+
Original file line number Diff line number Diff line change 2
2
3
3
$primary : #0092E5 ;
4
4
$secondary : #5D7489 ;
5
+ $dark : #262829 ;
6
+ $info : #F5F4F4 ;
5
7
6
- $navbar-light -color : red ;
8
+ $navbar-dark -color : #FFFFFF ;
Original file line number Diff line number Diff line change 64
64
" DocSearch-Label" ,
65
65
" active" ,
66
66
" anchor" ,
67
+ " bg-dark" ,
67
68
" bg-dots" ,
69
+ " bg-info" ,
68
70
" blog" ,
69
71
" blog-header" ,
70
72
" btn" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2>{{ .Params.lead | safeHTML }}</h2>
29
29
< section class ="section section-md section-features ">
30
30
< div class ="container ">
31
31
< div class ="row justify-content-center text-center ">
32
- < div class ="col-lg-5 ">
32
+ < div class ="col-lg-5 bg-info ">
33
33
< h2 class ="h4 "> Unified Persistence</ h2 >
34
34
< p > Experience the flexibility of SQL Mappers with the robustness of ORM in a single framework. Why compromise when you can harness the strengths of both?</ p >
35
35
</ div >
Original file line number Diff line number Diff line change 10
10
< div class ="header-bar "> </ div >
11
11
{{ end -}}
12
12
13
- < header class ="navbar navbar-expand-lg ">
13
+ < header class ="navbar navbar-expand-lg bg-dark ">
14
14
{{ with site.Params.doks.containerBreakpoint -}}
15
15
< div class ="container-{{ . }} ">
16
16
{{ else -}}
You can’t perform that action at this time.
0 commit comments