mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
Alternate <hr> color for content pages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user