Skip to content

Commit 2cc58ca

Browse files
author
Copilot
committed
Fix scss: restore primary color on disclaimer link hover
1 parent a511b0f commit 2cc58ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scss/sections/_masthead.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ header.masthead {
8989

9090
&:hover,
9191
&:focus {
92-
color: ;
92+
color: $primary;
9393
}
9494
}
9595
}

0 commit comments

Comments
 (0)