@@ -37,7 +37,7 @@ $navbgactive: $tilebg3;
3737
3838$footerbg : #f0f0f0 ;
3939$footertext : #333333 ;
40- $footertextlight : #777777 ;
40+ $footertextlight : #555555 ;
4141$footertextmuted : #aaaaaa ;
4242
4343$postlinktext : #333333 ;
@@ -723,10 +723,6 @@ body {
723723 color : $footertext ;
724724 text-align : left ;
725725
726- ul {
727- list-style : none ;
728- }
729-
730726 a ,
731727 p {
732728 margin : 0.2rem 0 ;
@@ -917,6 +913,7 @@ body {
917913 .post-content {
918914 margin : 3rem 0 ;
919915 font-size : 1.1rem ;
916+ text-wrap : pretty;
920917 span .backticked {
921918 font-size : 1.2rem ;
922919 line-height : 1.1rem ;
@@ -1199,12 +1196,14 @@ body {
11991196 width : 100% ;
12001197}
12011198
1202- .team-member :hover .person-chip {
1199+ .team-member :hover .person-chip ,
1200+ .team-member :focus-within .person-chip {
12031201 background-color : var (--tilebg2 , #e5e5e5 );
12041202 color : var (--tiletext3 , #000 );
12051203}
12061204
1207- .team-member :has (.additional-info ):hover .person-chip {
1205+ .team-member :has (.additional-info ):hover .person-chip ,
1206+ .team-member :has (.additional-info ):focus-within .person-chip {
12081207 border-radius : 0.5rem 0.5rem 0 0 ;
12091208}
12101209
@@ -1222,7 +1221,8 @@ body {
12221221 width : 100% ;
12231222}
12241223
1225- .team-member :hover .additional-info {
1224+ .team-member :hover .additional-info ,
1225+ .team-member :focus-within .additional-info {
12261226 visibility : visible ;
12271227}
12281228
0 commit comments