File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description: >
7
7
url : https://devcontainers.github.io # the base hostname & protocol for your site
8
8
git_address : https://github.com/devcontainers/devcontainers.github.io
9
9
git_edit_address : https://github.com/devcontainers/devcontainers.github.io/settings/pages/blob/gh-pages
10
+ theme_color : 2753E3
10
11
11
12
# Build settings
12
13
markdown : kramdown
Original file line number Diff line number Diff line change 11
11
< link rel ="stylesheet " href ="{{ "/css/bootswatch/cosmo/bootstrap.min.css" | prepend: site.baseurl }}">
12
12
< link rel ="stylesheet " href ="{{ "/css/fontawesome-all.min.css" | prepend: site.baseurl }}">
13
13
< link rel ="stylesheet " href ="{{ "/css/main.css" | prepend: site.baseurl }}">
14
- < link rel ="shortcut icon " href ="{{ "/img/favicon.png" | prepend: site.baseurl }}">
14
+ < link rel ="shortcut icon " href ="{{ "/img/favicon.ico" | prepend: site.baseurl }}">
15
+ < meta name ="theme-color " content ="#{{ site.theme_color }} ">
15
16
16
17
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
17
18
< link rel ="alternate " type ="application/rss+xml " title ="{{ site.title }} " href ="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
.bg-primary {
27
- background-color : #2753e3 !important ;
27
+ background-color : #{{ site.theme_color } } !important;
28
28
}
29
29
30
30
.header-container {
@@ -442,15 +442,15 @@ pre[class=highlight] {
442
442
}
443
443
444
444
.nav .nav-link {
445
- color : #2753e3 !important ;
445
+ color : #{{ site.theme_color } } !important;
446
446
}
447
447
448
448
.nav .nav-link :hover {
449
449
color : #1034a8 !important ;
450
450
}
451
451
452
452
a {
453
- color : #2753e3 ;
453
+ color : #{{ site.theme_color } } ;
454
454
}
455
455
456
456
a :hover {
You can’t perform that action at this time.
0 commit comments