@@ -172,6 +172,18 @@ body.light-mode .hname { color: #0f172a }
172172 align-items : flex-end; gap : .4rem ;
173173 font-size : .57rem ;
174174}
175+ .repo-link {
176+ margin-top : .8rem ;
177+ font-size : .75rem ;
178+ color : var (--txt2 );
179+ }
180+ .repo-link a {
181+ color : var (--acc );
182+ text-decoration : none;
183+ }
184+ .repo-link a : hover {
185+ color : var (--acc2 );
186+ }
175187.bavail {
176188 display : flex; align-items : center; gap : .35rem ;
177189 color : var (--green );
@@ -665,19 +677,28 @@ body.light-mode .cat-block:nth-child(4) .bar-fill { background: #eacd88 !importa
665677/* ═══════════════════════════════════════════════════════════
666678 BUTTONS (screen only)
667679═══════════════════════════════════════════════════════════ */
668- # btn-print , # btn-theme {
680+ # btn-toolbar {
669681 position : fixed;
682+ right : 1.5rem ;
683+ bottom : 1.5rem ;
684+ display : flex;
685+ gap : .75rem ;
686+ z-index : 999 ;
687+ }
688+ # btn-toolbar button ,
689+ # btn-print , # btn-theme , # btn-github {
670690 background : var (--acc ); color : # fff ;
671691 border : none; cursor : pointer;
672692 padding : .5rem 1rem ;
673693 font-family : var (--fm ); font-size : .62rem ; letter-spacing : .1em ;
674- text-transform : uppercase; z-index : 999 ;
694+ text-transform : uppercase;
675695 clip-path : polygon (0 0 , calc (100% - 7px ) 0 , 100% 7px , 100% 100% , 7px 100% , 0 calc (100% - 7px ));
676696 transition : background .2s ;
697+ width : 10rem ;
698+ text-align : center;
677699}
678- # btn-print { bottom : 1.5rem ; right : 1.5rem ; }
679- # btn-theme { bottom : 1.5rem ; right : 10.5rem ; }
680- # btn-print : hover , # btn-theme : hover { background : var (--acc2 ); color : # 000 }
700+ # btn-toolbar button : hover ,
701+ # btn-print : hover , # btn-theme : hover , # btn-github : hover { background : var (--acc2 ); color : # 000 }
681702
682703/* screen fade-in */
683704@media screen {
@@ -955,7 +976,7 @@ body.light-mode .fname { color: #0f172a }
955976 padding : .65rem 1.75rem ;
956977 }
957978
958- # btn-print , # btn-theme , # locale-switch , .scan { display : none !important }
979+ # btn-toolbar , # btn- print, # btn-theme , # btn-github , # locale-switch , .scan , . no-print { display : none !important }
959980 .bavail-dot { display : none }
960981
961982 /* Hard-stop all animations so bars render at full width */
0 commit comments