fix: Theming of links in markdown

This commit is contained in:
Leni Aniva 2024-09-14 19:04:24 -07:00
parent 76a716839a
commit a9c97f02bc
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,12 @@ const config: Config = {
h4: {
color: theme('colors.eucalyptus.800'),
},
a: {
color: theme('colors.eucalyptus.400'),
"&:focus": {
color: theme('colors.java.500'),
},
},
ul: {
listStyleType: "square",
listStylePosition: "outside",