@@ -337,10 +337,17 @@ feedback-stars {
337
337
338
338
.full-articles .doc {
339
339
margin : 0 0 0 2em ;
340
+ -ms-overflow-style : none;
341
+ /* for Internet Explorer, Edge */
342
+ scrollbar-width : none;
343
+ /* for Firefox */
344
+ overflow-y : scroll;
345
+ padding : 0 ;
340
346
}
341
347
342
348
.enlighter-default {
343
349
margin : 0 !important ;
350
+ font-family : 'Roboto Mono' , monospace!important ;
344
351
}
345
352
346
353
gcx-full-code {
@@ -350,22 +357,15 @@ gcx-full-code {
350
357
scrollbar-width : none;
351
358
/* for Firefox */
352
359
overflow-y : scroll;
360
+ flex : 0 1 50% ;
361
+ min-width : auto;
353
362
}
354
363
355
364
gcx-full-code ::-webkit-scrollbar {
356
365
display : none;
357
366
/* for Chrome, Safari, and Opera */
358
367
}
359
368
360
- .full-articles .doc {
361
- -ms-overflow-style : none;
362
- /* for Internet Explorer, Edge */
363
- scrollbar-width : none;
364
- /* for Firefox */
365
- overflow-y : scroll;
366
- padding : 0 ;
367
- }
368
-
369
369
.full-articles .doc ::-webkit-scrollbar {
370
370
display : none;
371
371
/* for Chrome, Safari, and Opera */
@@ -410,11 +410,6 @@ gcx-full {
410
410
width : 100% ;
411
411
}
412
412
413
- gcx-full-code {
414
- flex : 0 1 50% ;
415
- min-width : auto;
416
- }
417
-
418
413
419
414
/*Button in Header*/
420
415
@@ -930,10 +925,6 @@ label.switch_label:after {
930
925
931
926
/* Right Block - Code */
932
927
933
- .enlighter-default {
934
- font-family : 'Roboto Mono' , monospace!important ;
935
- }
936
-
937
928
.enlighter-t-bootstrap4 .enlighter-m0 {
938
929
color : # 8A3FFC!important ;
939
930
}
@@ -1001,10 +992,6 @@ label.switch_label:after {
1001
992
background-color : # 20293A!important ;
1002
993
}
1003
994
1004
- .dark-mode .doc .sect1 .active {
1005
- background-color : # 20293A!important ;
1006
- }
1007
-
1008
995
.dark-mode .enlighter-t-bootstrap4 div .enlighter > div .enlighter-special {
1009
996
background-color : # 20293A!important ;
1010
997
}
0 commit comments