File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
src/lib/scss/custom/components Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 22 overflow-x : auto ;
33 scrollbar-width : thin ;
44
5- & :has (.language-sql ),
6- & :has (.language-java ),
7- & :has (.language-javascript ),
8- & :has (.language-typescript ),
9- & :has (.language-csharp ),
10- & :has (.language-python ),
11- & :has (.language-json ) {
12- background-color : black ;
13- color : white !important ;
14- border-radius : 5px ;
15- padding : 5px 10px ;
16- }
17-
185 pre {
196 -ms-overflow-style : none !important ;
207 white-space : pre-wrap ;
218 margin-top : 1em ;
229 margin-bottom : 1em ;
10+
11+ & :has (.language-sql ),
12+ & :has (.language-java ),
13+ & :has (.language-javascript ),
14+ & :has (.language-typescript ),
15+ & :has (.language-csharp ),
16+ & :has (.language-python ),
17+ & :has (.language-json ) {
18+ background-color : black ;
19+ color : white !important ;
20+ border-radius : 5px ;
21+ padding : 5px 10px ;
22+ }
2323 }
2424
2525 pre ::-webkit-scrollbar {
You can’t perform that action at this time.
0 commit comments