quick-login: make links be rcblue on hover.

This commit is contained in:
Marcin Kuzminski 2019-11-20 23:57:47 +01:00
parent ef0be3b6e8
commit 3373df2ac9
2 changed files with 3 additions and 6 deletions

View file

@ -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;
}
}

View file

@ -181,7 +181,7 @@
border-bottom: none;
color: @grey2;
&:hover { color: @grey1; }
&:hover { color: @rcblue; }
}
}