mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 19:16:00 +00:00
Merge pull request #979 from sharelatex/jel-content-links
Content pages link colors
This commit is contained in:
commit
10571b09f3
4 changed files with 6 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
color: @dropdown-link-hover-color;
|
||||
color: @dropdown-link-hover-color!important;
|
||||
background-color: @dropdown-link-hover-bg;
|
||||
|
||||
.fa {
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
.content-page {
|
||||
a:not(.btn) {
|
||||
color: @link-color-alt;
|
||||
&:hover {
|
||||
color: @link-hover-color-alt;
|
||||
}
|
||||
}
|
||||
hr {
|
||||
border-color: @hr-border-alt;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
&:hover {
|
||||
background-color: transparent!important;
|
||||
border: 0!important;
|
||||
color: @link-hover-color!important;
|
||||
color: @link-hover-color-alt;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
@link-color-alt : @ol-green;
|
||||
@link-active-color : @ol-dark-green;
|
||||
@link-hover-color : @ol-dark-blue;
|
||||
@link-hover-color-alt : @ol-dark-green;
|
||||
@hr-border : @ol-blue-gray-1;
|
||||
@hr-border-alt : @gray-lighter;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue