Skip to content

Commit 1751a85

Browse files
committed
build: changed theme
1 parent 3c69b17 commit 1751a85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pageviews:
9090
# light — Use the light color scheme
9191
# dark — Use the dark color scheme
9292
#
93-
theme_mode: # [light | dark]
93+
theme_mode: dark # [light | dark]
9494

9595
# The CDN endpoint for media resources.
9696
# Notice that once it is assigned, the CDN url

_sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@forward 'base';
22
@forward 'components';
33
@forward 'layout';
4-
@forward 'pages';
4+
@forward 'pages';

assets/css/jekyll-theme-chirpy.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
{%- endif -%}
99
';
1010

11-
/* append your custom style below */
11+
/* append your custom style below */

0 commit comments

Comments
 (0)