File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 8585
8686/* Token transition */
8787.hljs {
88- transition : .3s ;
88+ transition : 0 .3s ;
8989}
9090
9191/* Code selection */
9292code ::selection ,
9393code ::selection {
9494 background : var (--tblr-yellow );
9595 color : var (--tblr-gray-900 );
96- border-radius : .1em ;
96+ border-radius : 0 .1em ;
9797}
9898
9999code .hljs-keyword ::selection ,
@@ -111,12 +111,12 @@ pre:has(code) {
111111 max-height : 33vh ; /* Limit height */
112112 overflow : auto;
113113 box-shadow : inset -10px -10px 30px # 000000af ; /* Inset shadow */
114- border-radius : .5rem ;
114+ border-radius : 0 .5rem ;
115115}
116116
117117@media print {
118118 pre : has (code ) {
119- max-height : none !important ;
120- box-shadow : none !important ;
119+ max-height : none !important ;
120+ box-shadow : none !important ;
121121 }
122- }
122+ }
Original file line number Diff line number Diff line change 9191.article-text {
9292 font-size : 1.2em ;
9393 line-height : 1.5em ;
94- font-family : ' Times New Roman' , serif;
94+ font-family : " Times New Roman" , serif;
9595 max-width : 65ch ;
9696 margin : 1.5em auto;
9797}
@@ -100,4 +100,3 @@ code {
100100 font-size : 1.2em ;
101101 font-weight : 500 ;
102102}
103-
You can’t perform that action at this time.
0 commit comments