mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 14:12:32 +00:00
Merge pull request #967 from sharelatex/jel-content-pages-styling
Content pages styling
This commit is contained in:
commit
208ed3cec8
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;
|
||||
|
|
Loading…
Reference in a new issue