File tree 1 file changed +28
-6
lines changed
1 file changed +28
-6
lines changed Original file line number Diff line number Diff line change 51
51
}
52
52
53
53
a > code {
54
- color : # 087EA4 !important ; /* blue-50 */
54
+ color : # 087ea4 !important ; /* blue-50 */
55
55
text-decoration : none !important ;
56
56
}
57
57
58
58
html .dark a > code {
59
- color : # 149ECA !important ; /* blue-40 */
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;
60
78
}
61
79
62
80
.text-code {
102
120
}
103
121
104
122
@keyframes nav-fadein {
105
- from { opacity : 0.5 ; }
106
- to { opacity : 1 ; }
123
+ from {
124
+ opacity : 0.5 ;
125
+ }
126
+ to {
127
+ opacity : 1 ;
128
+ }
107
129
}
108
130
}
109
131
110
- # _hj_feedback_container > div > button : not ([aria-label = " Close" ]) {
132
+ # _hj_feedback_container > div > button : not ([aria-label = ' Close' ]) {
111
133
display : none;
112
134
}
113
135
114
- # _hj_feedback_container > div {
136
+ # _hj_feedback_container > div {
115
137
--hjFeedbackAccentColor : rgb (230 , 247 , 255 ) !important ;
116
138
--hjFeedbackAccentTextColor : rgb (73 , 119 , 171 ) !important ;
117
139
}
You can’t perform that action at this time.
0 commit comments