mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 12:13:42 +00:00
Alternate <hr> color for content pages
This commit is contained in:
parent
dc9e317f8f
commit
d6126719bc
2 changed files with 4 additions and 0 deletions
|
@ -6,4 +6,7 @@
|
|||
a:not(.btn) {
|
||||
color: @link-color-alt;
|
||||
}
|
||||
hr {
|
||||
border-color: @hr-border-alt;
|
||||
}
|
||||
}
|
|
@ -53,6 +53,7 @@
|
|||
@link-active-color : @ol-dark-green;
|
||||
@link-hover-color : @ol-dark-blue;
|
||||
@hr-border : @ol-blue-gray-1;
|
||||
@hr-border-alt : @gray-lighter;
|
||||
|
||||
// Button colors and sizing
|
||||
@btn-border-width : 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue