Skip to content

Commit

Permalink
Style footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Savjee committed Jun 25, 2024
1 parent 4170440 commit c273f0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/site/_assets/css_new/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
.csl-bib-body .csl-entry{
@apply pb-4 leading-none
}

.footnote-ref a {
@apply text-savjeelightgrey3
}

section.footnotes{
@apply text-sm
}
}

@tailwind utilities;
4 changes: 3 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ module.exports = {
}
},
safelist: [
"csl-bib-body"
"csl-bib-body",
"footnote-ref",
"footnotes"
],
plugins: [
require('@tailwindcss/typography'),
Expand Down

0 comments on commit c273f0b

Please sign in to comment.