chirpy/assets/css/jekyll-theme-chirpy.scss
yann 8f0a4fe910
Some checks are pending
Build and Deploy / build (push) Waiting to run
Build and Deploy / deploy (push) Blocked by required conditions
first commit
2025-04-15 16:46:12 +02:00

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 */
}