mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add hover color for content page links
This commit is contained in:
parent
a35b3eea7f
commit
69421cb7b7
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
.content-page {
|
.content-page {
|
||||||
a:not(.btn) {
|
a:not(.btn) {
|
||||||
color: @link-color-alt;
|
color: @link-color-alt;
|
||||||
|
&:hover {
|
||||||
|
color: @link-hover-color-alt;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
border-color: @hr-border-alt;
|
border-color: @hr-border-alt;
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
@link-color-alt : @ol-green;
|
@link-color-alt : @ol-green;
|
||||||
@link-active-color : @ol-dark-green;
|
@link-active-color : @ol-dark-green;
|
||||||
@link-hover-color : @ol-dark-blue;
|
@link-hover-color : @ol-dark-blue;
|
||||||
|
@link-hover-color-alt : @ol-dark-green;
|
||||||
@hr-border : @ol-blue-gray-1;
|
@hr-border : @ol-blue-gray-1;
|
||||||
@hr-border-alt : @gray-lighter;
|
@hr-border-alt : @gray-lighter;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue