mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
🐛 Fix code block style within links
This commit is contained in:
+8
-1
@@ -111,6 +111,9 @@ module.exports = {
|
||||
code: {
|
||||
color: theme("colors.secondary.700"),
|
||||
},
|
||||
"a code": {
|
||||
color: theme("colors.secondary.700"),
|
||||
},
|
||||
"pre code": {
|
||||
color: theme("colors.neutral.700"),
|
||||
},
|
||||
@@ -150,6 +153,10 @@ module.exports = {
|
||||
a: {
|
||||
color: theme("colors.primary.400"),
|
||||
textDecorationColor: theme("colors.neutral.500"),
|
||||
"&:hover": {
|
||||
color: theme("colors.neutral.DEFAULT"),
|
||||
textDecoration: "none",
|
||||
},
|
||||
},
|
||||
strong: {
|
||||
color: theme("colors.neutral.DEFAULT"),
|
||||
@@ -186,7 +193,7 @@ module.exports = {
|
||||
color: theme("colors.secondary.400"),
|
||||
},
|
||||
"a code": {
|
||||
color: theme("colors.neutral.DEFAULT"),
|
||||
color: theme("colors.secondary.400"),
|
||||
},
|
||||
pre: {
|
||||
color: theme("colors.neutral.200"),
|
||||
|
||||
Reference in New Issue
Block a user