File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 279279 }
280280
281281 .stat-item {
282- padding : 24 px ;
282+ padding : 20 px 18 px ;
283283 background : var (--base02 );
284284 border-radius : 8px ;
285285 border : 1px solid var (--base01 );
289289 }
290290
291291 .stat-item : hover {
292- transform : translateY (-4 px );
292+ transform : translateY (-2 px );
293293 box-shadow : 0 6px 16px rgba (0 , 0 , 0 , 0.4 );
294294 border-color : var (--cyan );
295295 background : var (--base03 );
296296 }
297297
298298 .stat-item span {
299299 display : block;
300- font-size : 14 px ;
300+ font-size : 13 px ;
301301 color : var (--base1 );
302- margin-bottom : 8 px ;
302+ margin-bottom : 10 px ;
303303 font-weight : 500 ;
304304 font-family : "SF Mono" , "Monaco" , monospace;
305+ opacity : 0.9 ;
305306 }
306307
307308 .stat-item strong {
308309 display : block;
309- font-size : 1.8 em ;
310+ font-size : 1.4 em ;
310311 color : var (--cyan );
311- font-weight : 700 ;
312- margin-top : 4 px ;
312+ font-weight : 600 ;
313+ margin-top : 6 px ;
313314 font-family : "SF Mono" , "Monaco" , monospace;
314- text-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.3 );
315+ text-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.3 );
316+ line-height : 1.3 ;
315317 }
316318
317319 @media (max-width : 600px ) {
Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ def generate_html(md_content):
638638 }}
639639
640640 .stat-item {{
641- padding: 24px ;
641+ padding: 20px 18px ;
642642 background: var(--base02);
643643 border-radius: 8px;
644644 border: 1px solid var(--base01);
@@ -648,29 +648,31 @@ def generate_html(md_content):
648648 }}
649649
650650 .stat-item:hover {{
651- transform: translateY(-4px );
651+ transform: translateY(-2px );
652652 box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
653653 border-color: var(--cyan);
654654 background: var(--base03);
655655 }}
656656
657657 .stat-item span {{
658658 display: block;
659- font-size: 14px ;
659+ font-size: 13px ;
660660 color: var(--base1);
661- margin-bottom: 8px ;
661+ margin-bottom: 10px ;
662662 font-weight: 500;
663663 font-family: "SF Mono", "Monaco", monospace;
664+ opacity: 0.9;
664665 }}
665666
666667 .stat-item strong {{
667668 display: block;
668- font-size: 1.8em ;
669+ font-size: 1.4em ;
669670 color: var(--cyan);
670- font-weight: 700 ;
671- margin-top: 4px ;
671+ font-weight: 600 ;
672+ margin-top: 6px ;
672673 font-family: "SF Mono", "Monaco", monospace;
673- text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
674+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
675+ line-height: 1.3;
674676 }}
675677
676678 @media (max-width: 600px) {{
You can’t perform that action at this time.
0 commit comments