Skip to content

Commit b46bdaa

Browse files
committed
Revert "Style scrollbars in dark mode (#3975)"
This reverts commit 446c15c.
1 parent e77fdf2 commit b46bdaa

File tree

1 file changed

+6
-28
lines changed

1 file changed

+6
-28
lines changed

src/styles/index.css

+6-28
Original file line numberDiff line numberDiff line change
@@ -51,30 +51,12 @@
5151
}
5252

5353
a > code {
54-
color: #087ea4 !important; /* blue-50 */
54+
color: #087EA4 !important; /* blue-50 */
5555
text-decoration: none !important;
5656
}
5757

5858
html.dark a > code {
59-
color: #149eca !important; /* blue-40 */
60-
}
61-
62-
html.dark ::-webkit-scrollbar {
63-
width: auto;
64-
height: auto;
65-
}
66-
67-
html.dark ::-webkit-scrollbar-track {
68-
@apply bg-wash-dark;
69-
}
70-
71-
html.dark ::-webkit-scrollbar-thumb {
72-
@apply bg-card-dark;
73-
}
74-
75-
html.dark ::-webkit-scrollbar-corner,
76-
html.dark ::-webkit-resizer {
77-
@apply bg-card-dark;
59+
color: #149ECA !important; /* blue-40 */
7860
}
7961

8062
.text-code {
@@ -120,20 +102,16 @@
120102
}
121103

122104
@keyframes nav-fadein {
123-
from {
124-
opacity: 0.5;
125-
}
126-
to {
127-
opacity: 1;
128-
}
105+
from { opacity: 0.5; }
106+
to { opacity: 1; }
129107
}
130108
}
131109

132-
#_hj_feedback_container > div > button:not([aria-label='Close']) {
110+
#_hj_feedback_container > div > button:not([aria-label="Close"]) {
133111
display: none;
134112
}
135113

136-
#_hj_feedback_container > div {
114+
#_hj_feedback_container > div {
137115
--hjFeedbackAccentColor: rgb(230, 247, 255) !important;
138116
--hjFeedbackAccentTextColor: rgb(73, 119, 171) !important;
139117
}

0 commit comments

Comments
 (0)