docs: changed text highlight color (#4257)
This commit is contained in:
@@ -274,3 +274,11 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
.markdown {
|
.markdown {
|
||||||
@apply tw-mb-0;
|
@apply tw-mb-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
@apply tw-bg-medusa-bg-highlight dark:tw-bg-medusa-bg-highlight-dark;
|
||||||
|
}
|
||||||
|
|
||||||
|
.prism-code *::selection {
|
||||||
|
@apply tw-bg-medusa-code-text-highlight;
|
||||||
|
}
|
||||||
@@ -142,8 +142,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
highlight: {
|
highlight: {
|
||||||
DEFAULT: "#EDE9FE",
|
DEFAULT: "#E1F0FF",
|
||||||
dark: "#2C2250",
|
dark: "#102A4C",
|
||||||
},
|
},
|
||||||
"toggle-off": {
|
"toggle-off": {
|
||||||
DEFAULT: "#C1C8CD",
|
DEFAULT: "#C1C8CD",
|
||||||
@@ -350,6 +350,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
title: "#7E7D86",
|
title: "#7E7D86",
|
||||||
},
|
},
|
||||||
|
"text-highlight": "#102A4C",
|
||||||
},
|
},
|
||||||
tag: {
|
tag: {
|
||||||
purple: {
|
purple: {
|
||||||
|
|||||||
Reference in New Issue
Block a user