mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add @brand-secondary color
This commit is contained in:
parent
c920dc37d2
commit
a2a98e0be1
3 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
margin-bottom: @line-height-computed;
|
||||
}
|
||||
.best-value {
|
||||
color: @red;
|
||||
color: @brand-secondary;
|
||||
line-height: @line-height-computed;
|
||||
}
|
||||
blockquote {
|
||||
|
@ -67,7 +67,7 @@
|
|||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 50%;
|
||||
background-color: @red;
|
||||
background-color: @brand-secondary;
|
||||
color: white;
|
||||
white-space: nowrap;
|
||||
span.small {
|
||||
|
@ -348,7 +348,7 @@
|
|||
|
||||
/* tooltip */
|
||||
sup {
|
||||
color: @red;
|
||||
color: @brand-secondary;
|
||||
cursor: pointer;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
|
@ -360,6 +360,7 @@
|
|||
@purple: #7a43b6;
|
||||
|
||||
@brand-primary: @ol-green;
|
||||
@brand-secondary: @ol-dark-green;
|
||||
@brand-success: @green;
|
||||
@brand-info: @ol-blue;
|
||||
@brand-warning: @orange;
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
@purple: #7a43b6;
|
||||
|
||||
@brand-primary: @red;
|
||||
@brand-secondary: @red;
|
||||
@brand-success: @green;
|
||||
@brand-info: @blue;
|
||||
@brand-warning: @orange;
|
||||
|
|
Loading…
Reference in a new issue