mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 16:50:44 +02:00
Merge pull request #967 from sharelatex/jel-content-pages-styling
Content pages styling
This commit is contained in:
@@ -6,4 +6,10 @@
|
||||
a:not(.btn) {
|
||||
color: @link-color-alt;
|
||||
}
|
||||
hr {
|
||||
border-color: @hr-border-alt;
|
||||
}
|
||||
.quote-by {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,7 @@
|
||||
float: none;
|
||||
a {
|
||||
border: 0;
|
||||
color: @link-color;
|
||||
color: @link-color-alt;
|
||||
&:hover {
|
||||
background-color: transparent!important;
|
||||
border: 0!important;
|
||||
|
||||
@@ -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