Merge pull request #967 from sharelatex/jel-content-pages-styling

Content pages styling
This commit is contained in:
Jessica Lawshe 2018-09-25 13:42:06 -05:00 committed by GitHub
commit 208ed3cec8
3 changed files with 8 additions and 1 deletions

View file

@ -6,4 +6,10 @@
a:not(.btn) {
color: @link-color-alt;
}
hr {
border-color: @hr-border-alt;
}
.quote-by {
overflow: hidden;
}
}

View file

@ -13,7 +13,7 @@
float: none;
a {
border: 0;
color: @link-color;
color: @link-color-alt;
&:hover {
background-color: transparent!important;
border: 0!important;

View file

@ -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;