File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
packages/site-kit/src/lib/components Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 112
112
113
113
.code-block {
114
114
position : relative ;
115
- background : var (--sk-back-2 );
115
+ background : var (--sk-back-3 );
116
116
border : 1px solid var (--sk-back-5 );
117
117
border-radius : var (--sk-border-radius );
118
118
overflow : hidden ;
119
119
margin : calc (0.5 * var (--sk-line-height-body )) 0 ;
120
- /* background: var(--sk-back-3); */
120
+
121
+ .dark & {
122
+ background : var (--sk-back-2 );
123
+ }
121
124
122
125
@media (min-width : 767px ) {
123
126
margin: var(--sk-line-height-body) 0;
139
142
140
143
&:has(.filename) {
141
144
position : relative ;
142
- background : var (--sk-back-3 );
145
+ background : var (--sk-back-4 );
143
146
padding-left : 1rem ;
144
147
}
145
148
149
+ .dark & {
150
+ &:has(.filename) {
151
+ background : var (--sk-back-3 );
152
+ }
153
+ }
154
+
146
155
&:not (:has (.filename )) {
147
156
background : inherit ;
148
157
}
You can’t perform that action at this time.
0 commit comments