quick-login: make links be rcblue on hover.
This commit is contained in:
parent
ef0be3b6e8
commit
3373df2ac9
2 changed files with 3 additions and 6 deletions
|
|
@ -213,12 +213,9 @@
|
|||
|
||||
a {
|
||||
padding: 0 !important;
|
||||
color: @rcblue !important;
|
||||
}
|
||||
}
|
||||
a.bookmark-item {
|
||||
color: @rcblue !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -281,7 +278,7 @@
|
|||
color: @grey4;
|
||||
|
||||
&:hover {
|
||||
color: @grey2;
|
||||
color: @rcblue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@
|
|||
border-bottom: none;
|
||||
color: @grey2;
|
||||
|
||||
&:hover { color: @grey1; }
|
||||
&:hover { color: @rcblue; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue