@@ -11,6 +11,7 @@ Modified by Boyd Greenfield and narimiran
1111*/
1212
1313: root {
14+ color-scheme : light;
1415 --primary-background : # fff ;
1516 --secondary-background : ghostwhite;
1617 --third-background : # e8e8e8 ;
@@ -45,6 +46,7 @@ Modified by Boyd Greenfield and narimiran
4546}
4647
4748[data-theme = "dark" ] {
49+ color-scheme : dark;
4850 --primary-background : # 171921 ;
4951 --secondary-background : # 1e202a ;
5052 --third-background : # 2b2e3b ;
@@ -80,6 +82,7 @@ Modified by Boyd Greenfield and narimiran
8082
8183@media (prefers-color-scheme : dark) {
8284 [data-theme = "auto" ] {
85+ color-scheme : dark;
8386 --primary-background : # 171921 ;
8487 --secondary-background : # 1e202a ;
8588 --third-background : # 2b2e3b ;
@@ -120,11 +123,16 @@ Modified by Boyd Greenfield and narimiran
120123}
121124
122125html {
126+ overflow-x : hidden;
127+ max-width : 100% ;
128+ box-sizing : border-box;
123129 font-size : 100% ;
124130 -webkit-text-size-adjust : 100% ;
125131 -ms-text-size-adjust : 100% ; }
126132
127133body {
134+ max-width : 100% ;
135+ box-sizing : border-box;
128136 font-family : "Lato" , "Helvetica Neue" , "HelveticaNeue" , Helvetica, Arial, sans-serif;
129137 font-weight : 400 ;
130138 font-size : 1.125em ;
@@ -173,6 +181,7 @@ body {
173181
174182.nine .columns {
175183 width : 75.0% ;
184+ margin-left : 0 ;
176185 padding-left : 1.5em ; }
177186
178187.twelve .columns {
@@ -184,7 +193,9 @@ body {
184193 display : none;
185194 }
186195 .nine .columns {
187- width : 98.0% ;
196+ width : 100% ;
197+ margin-left : 0 ;
198+ padding-left : 0 ;
188199 }
189200 body {
190201 font-size : 1em ;
@@ -561,6 +572,8 @@ blockquote.markdown-quote {
561572 padding-left : 3px ;
562573 padding-right : 3px ;
563574 border-radius : 4px ;
575+ white-space : normal;
576+ word-break : break-all;
564577}
565578
566579span .tok {
@@ -580,13 +593,14 @@ pre {
580593 display : inline-block;
581594 box-sizing : border-box;
582595 min-width : 100% ;
596+ max-width : 100% ;
583597 padding : 0.5em ;
584598 margin-top : 0.5em ;
585599 margin-bottom : 0.5em ;
586600 font-size : 0.85em ;
587601 white-space : pre !important ;
588602 overflow-y : hidden;
589- overflow-x : visible ;
603+ overflow-x : auto ;
590604 background-color : var (--secondary-background );
591605 border : 1px solid var (--border );
592606 -webkit-border-radius : 6px ;
0 commit comments