File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ a.ext-link .icon {
603603 }
604604 # jq-primaryNavigation a {
605605 height : 27px ;
606+ align-self : flex-end;
606607 }
607608 # jq-secondaryNavigation {
608609 border-radius : var (--border-radius );
Original file line number Diff line number Diff line change 4545}
4646
4747.milestone-name-link {
48- font-size : 1 em ;
48+ font-size : 1 rem ;
4949 font-weight : bold;
50- text-transform : uppercase;
5150 text-decoration : none;
5251 padding : 0.2em 0.375em ;
5352 box-shadow : 1px 1px 0.5em 0 var (--milestone-name-box-shadow-color );
5453}
55- .milestone-name-link : hover {
56- text-decoration : underline;
54+ .milestone-name-link [href ],
55+ .milestone-name-link [href ]: visited ,
56+ .milestone-name-link [href ]: hover ,
57+ .milestone-name-link [href ]: active {
58+ color : black;
5759}
5860.milestone-name {
5961 color : var (--milestone-name-color );
Original file line number Diff line number Diff line change 55# search {
66 width : 100% ;
77 position : relative;
8+ min-height : 25px ;
89}
910.pagefind-ui__search-input {
1011 width : 100% ;
You can’t perform that action at this time.
0 commit comments