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
3 changed files with 8 additions and 1 deletions
@@ -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;