Skip to content

Commit 51556d4

Browse files
committed
styles: adjust color
1 parent c57ce7b commit 51556d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/styles/global.css

+9
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,13 @@
5151
html.dark {
5252
scrollbar-color: #1f1f1f #2f2f2f;
5353
}
54+
55+
/** change text selection background color */
56+
*::-moz-selection { /* Code for Firefox */
57+
@apply bg-textColor/20;
58+
}
59+
60+
*::selection {
61+
@apply bg-textColor/20;
62+
}
5463
}

src/styles/twoslash.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ html pre.astro-code *:not(.twoslash-error-line):not(.twoslash-completions-unmatc
5353
html.dark pre.astro-code,
5454
html.dark pre.astro-code *:not(.twoslash-error-line):not(.twoslash-completions-unmatched)
5555
{
56-
background-color: #0e0e0e !important;
56+
background-color: #131313 !important;
5757
}

0 commit comments

Comments
 (0)