File tree 1 file changed +6
-28
lines changed
1 file changed +6
-28
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 */
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 */
78
60
}
79
61
80
62
.text-code {
120
102
}
121
103
122
104
@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 ; }
129
107
}
130
108
}
131
109
132
- # _hj_feedback_container > div > button : not ([aria-label = ' Close' ]) {
110
+ # _hj_feedback_container > div > button : not ([aria-label = " Close" ]) {
133
111
display : none;
134
112
}
135
113
136
- # _hj_feedback_container > div {
114
+ # _hj_feedback_container > div {
137
115
--hjFeedbackAccentColor : rgb (230 , 247 , 255 ) !important ;
138
116
--hjFeedbackAccentTextColor : rgb (73 , 119 , 171 ) !important ;
139
117
}
You can’t perform that action at this time.
0 commit comments