fix nav link
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
background: #ffffff;
|
||||
|
||||
.auth-nav {
|
||||
height: 35px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@ -48,11 +49,13 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus, a.active {
|
||||
a:focus,
|
||||
a.active {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.candidate {
|
||||
background: transparent;
|
||||
color: #1458dd;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user