Skip to content

Commit

Permalink
feat: aggiunge header colorati
Browse files Browse the repository at this point in the history
  • Loading branch information
Darakuu committed Jan 31, 2024
1 parent e7577e4 commit 612f616
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,31 @@
.callout[data-callout="def"] {
--callout-color: 160, 30, 40;
--callout-icon: lucide-book;
}


$h1-color: #4ca6e6;
article {
:is(h1) {
color: #4ca6e6;
}
:is(h2) {
color: #34daa5;
}

:is(h3) {
color: #36e2e2;
}

:is(h4) {
color: #e3e363;
}

:is(h5) {
color: #e96363;
}

:is(h6) {
color: #e06cc7;
}
}

0 comments on commit 612f616

Please sign in to comment.