3131}
3232
3333body {
34- font-family : 'IBM Plex Mono' , monospace!important ;
35- font-weight : 500 !important ;
34+ font-family : 'IBM Plex Mono' , monospace !important ;
35+ font-weight : 500 !important ;
3636}
3737
38- h1 , h2 , h3 , h4 , h5 , h6 {
39- font-family : 'Azeret Mono Variable' , monospace!important ;
38+ h1 ,
39+ h2 ,
40+ h3 ,
41+ h4 ,
42+ h5 ,
43+ h6 {
44+ font-family : 'Azeret Mono Variable' , monospace !important ;
4045}
4146
42- p , span , a , label , input , textarea , button , select , option {
43- font-family : 'IBM Plex Mono' , monospace!important ;
44- font-weight : 500 !important ;
47+ p ,
48+ span ,
49+ a ,
50+ label ,
51+ input ,
52+ textarea ,
53+ button ,
54+ select ,
55+ option {
56+ font-family : 'IBM Plex Mono' , monospace !important ;
57+ font-weight : 500 !important ;
4558}
4659
4760@layer utilities {
@@ -51,12 +64,18 @@ p, span, a, label, input, textarea, button, select, option {
5164 }
5265
5366 .border-border {
54- border-color : var (--box-border-color , var (--foreground2 ))!important ;
67+ border-color : var (--box-border-color , var (--foreground2 )) !important ;
5568 }
5669
5770 .tui-scrollbar {
5871 scrollbar-width : auto !important ;
59- padding-right : 15px ;
72+ padding-right : 5px ;
73+ }
74+
75+ @media (min-width : 992px ) {
76+ .tui-scrollbar {
77+ padding-right : 15px ;
78+ }
6079 }
6180
6281 .tui-scrollbar ::-webkit-scrollbar {
@@ -217,4 +236,4 @@ p, span, a, label, input, textarea, button, select, option {
217236 margin-left : 0 !important ;
218237 }
219238 }
220- }
239+ }
0 commit comments