mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
style: improve hr contrast
This commit is contained in:
@@ -68,7 +68,6 @@ module.exports = {
|
||||
"--tw-prose-bold": theme("colors.neutral.900 / 1"),
|
||||
"--tw-prose-counters": theme("colors.neutral.800 / 1"),
|
||||
"--tw-prose-bullets": theme("colors.neutral.500 / 1"),
|
||||
"--tw-prose-hr": theme("colors.neutral.200 / 1"),
|
||||
"--tw-prose-quotes": theme("colors.neutral.700 / 1"),
|
||||
"--tw-prose-quote-borders": theme("colors.primary.500 / 1"),
|
||||
"--tw-prose-captions": theme("colors.neutral.500 / 1"),
|
||||
@@ -84,7 +83,6 @@ module.exports = {
|
||||
"--tw-prose-invert-bold": theme("colors.neutral.DEFAULT / 1"),
|
||||
"--tw-prose-invert-counters": theme("colors.neutral.400 / 1"),
|
||||
"--tw-prose-invert-bullets": theme("colors.neutral.600 / 1"),
|
||||
"--tw-prose-invert-hr": theme("colors.neutral.500 / 1"),
|
||||
"--tw-prose-invert-quotes": theme("colors.neutral.200 / 1"),
|
||||
"--tw-prose-invert-quote-borders": theme("colors.primary.600 / 1"),
|
||||
"--tw-prose-invert-captions": theme("colors.neutral.400 / 1"),
|
||||
@@ -106,6 +104,9 @@ module.exports = {
|
||||
"a code": {
|
||||
color: "var(--tw-prose-code)",
|
||||
},
|
||||
hr: {
|
||||
border: '0.8px solid theme("colors.neutral.300 / 1")',
|
||||
},
|
||||
kbd: {
|
||||
backgroundColor: theme("colors.neutral.200 / 1"),
|
||||
padding: "0.1rem 0.4rem",
|
||||
@@ -170,6 +171,9 @@ module.exports = {
|
||||
"p.active": {
|
||||
"text-decoration-color": theme("colors.primary.400 / 1"),
|
||||
},
|
||||
hr: {
|
||||
border: '0.8px solid theme("colors.neutral.500 / 1")',
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user