18 lines
203 B
SCSS
18 lines
203 B
SCSS
---
|
|
---
|
|
|
|
@use 'main
|
|
{%- if jekyll.environment == 'production' -%}
|
|
.bundle
|
|
{%- endif -%}
|
|
';
|
|
|
|
/* append your custom style below */
|
|
h2 {
|
|
color: #73EF35; /* red */
|
|
}
|
|
|
|
h3 {
|
|
color: #DAA520; /* blue */
|
|
}
|