We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a4225d + d69f652 commit 28115b9Copy full SHA for 28115b9
website/_config.yml
@@ -159,8 +159,8 @@ footer-hover-col: "#0085A1"
159
#mobile-theme-col: "#0085A1"
160
161
# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
162
-#site-css:
163
-# - "/assets/css/custom-styles.css"
+site-css:
+ - "/assets/css/custom-styles.css"
164
165
# If you have common JavaScript files that should be included in every page, list them here
166
#site-js:
website/assets/css/custom-styles.css
@@ -0,0 +1,4 @@
1
+
2
+:root {
3
+ --body-font: var(--header-font);
4
+}
0 commit comments