We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57ce7b commit 51556d4Copy full SHA for 51556d4
src/styles/global.css
@@ -51,4 +51,13 @@
51
html.dark {
52
scrollbar-color: #1f1f1f #2f2f2f;
53
}
54
+
55
+ /** change text selection background color */
56
+ *::-moz-selection { /* Code for Firefox */
57
+ @apply bg-textColor/20;
58
+ }
59
60
+ *::selection {
61
62
63
src/styles/twoslash.css
@@ -53,5 +53,5 @@ html pre.astro-code *:not(.twoslash-error-line):not(.twoslash-completions-unmatc
html.dark pre.astro-code,
html.dark pre.astro-code *:not(.twoslash-error-line):not(.twoslash-completions-unmatched)
{
- background-color: #0e0e0e !important;
+ background-color: #131313 !important;
0 commit comments