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 {
603
603
}
604
604
# jq-primaryNavigation a {
605
605
height : 27px ;
606
+ align-self : flex-end;
606
607
}
607
608
# jq-secondaryNavigation {
608
609
border-radius : var (--border-radius );
Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
.milestone-name-link {
48
- font-size : 1 em ;
48
+ font-size : 1 rem ;
49
49
font-weight : bold;
50
- text-transform : uppercase;
51
50
text-decoration : none;
52
51
padding : 0.2em 0.375em ;
53
52
box-shadow : 1px 1px 0.5em 0 var (--milestone-name-box-shadow-color );
54
53
}
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;
57
59
}
58
60
.milestone-name {
59
61
color : var (--milestone-name-color );
Original file line number Diff line number Diff line change 5
5
# search {
6
6
width : 100% ;
7
7
position : relative;
8
+ min-height : 25px ;
8
9
}
9
10
.pagefind-ui__search-input {
10
11
width : 100% ;
You can’t perform that action at this time.
0 commit comments