File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22
22
{% endif %}
23
23
24
24
<!-- Fonts & Icons -->
25
- <!-- <link rel="icon" href="/assets/favicon/favicon.ico" sizes="32x32"> -->
26
25
<link rel =" icon" href =" /assets/favicon/favicon.svg" type =" image/svg+xml" >
27
- <!-- <link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon.png"> -->
28
26
<link href =" /manifest.json" rel =" manifest" >
29
27
30
28
<link defer rel =" stylesheet" href =" {{ '/assets/css/academicons.min.css' | relative_url | bust_file_cache }}" >
Original file line number Diff line number Diff line change 51
51
{% endunless %}
52
52
{% endif %}
53
53
54
+ <!-- Colors -->
55
+ <meta name =" theme-color" media =" (prefers-color-scheme: light)" content =" #3700b3" >
56
+ <meta name =" theme-color" media =" (prefers-color-scheme: dark)" content =" #bb86fc" >
57
+
54
58
{% if site .serve_og_meta %}
55
59
<!-- OpenGraph -->
56
60
<meta property =" og:site_name" content =" {{ title }}" >
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ $red-color-dark: #b71c1c !default;
11
11
$orange-color : #f29105 !default ;
12
12
$blue-color : #0076df !default ;
13
13
$blue-color-dark : #00369f !default ;
14
- $cyan-color : #bb86fc !default ;
14
+ $cyan-color : #bb86fc !default ; // Used for dark mode
15
15
$light-cyan-color : color .adjust ($cyan-color , $lightness : 25% );
16
16
$green-color : #00ab37 !default ;
17
17
$green-color-lime : #b7d12a !default ;
18
18
$green-color-dark : #009f06 !default ;
19
19
$green-color-light : #ddffdd !default ;
20
20
$green-color-bright : #11d68b !default ;
21
- $purple-color : #3700b3 !default ;
21
+ $purple-color : #3700b3 !default ; // Used for light mode
22
22
$light-purple-color : color .adjust ($purple-color , $lightness : 25% );
23
23
$pink-color : #f92080 !default ;
24
24
$pink-color-light : #ffdddd !default ;
@@ -35,7 +35,7 @@ $black-color: #121212 !default;
35
35
// Theme colors
36
36
37
37
$code-bg-color-light : rgba ($purple-color , 0.05 );
38
- $code-bg-color-dark : #2c3237 !default ;
38
+ $code-bg-color-dark : #141414 !default ;
39
39
40
40
// Font awesome location
41
41
$fa-font-path : " ../webfonts" ;
You can’t perform that action at this time.
0 commit comments