fix: Theming of links in markdown
This commit is contained in:
parent
76a716839a
commit
a9c97f02bc
|
@ -99,6 +99,12 @@ const config: Config = {
|
||||||
h4: {
|
h4: {
|
||||||
color: theme('colors.eucalyptus.800'),
|
color: theme('colors.eucalyptus.800'),
|
||||||
},
|
},
|
||||||
|
a: {
|
||||||
|
color: theme('colors.eucalyptus.400'),
|
||||||
|
"&:focus": {
|
||||||
|
color: theme('colors.java.500'),
|
||||||
|
},
|
||||||
|
},
|
||||||
ul: {
|
ul: {
|
||||||
listStyleType: "square",
|
listStyleType: "square",
|
||||||
listStylePosition: "outside",
|
listStylePosition: "outside",
|
||||||
|
|
Loading…
Reference in New Issue