Revert to use cyan instead of orange for link colors.
This commit is contained in:
parent
8a94051054
commit
5ec89349bd
1 changed files with 4 additions and 4 deletions
|
@ -28,14 +28,14 @@
|
||||||
@sidebar-link-hover-color: @light-grey;
|
@sidebar-link-hover-color: @light-grey;
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
@btn-bg: @orange;
|
@btn-bg: @cyan;
|
||||||
@btn-text-color: @white;
|
@btn-text-color: @white;
|
||||||
@btn-hover-color: @light-orange;
|
@btn-hover-color: @light-cyan;
|
||||||
|
|
||||||
// Tag cloud
|
// Tag cloud
|
||||||
@tag-bg: @orange;
|
@tag-bg: @cyan;
|
||||||
@tag-text-color: @white;
|
@tag-text-color: @white;
|
||||||
@tag-hover-color: @light-orange;
|
@tag-hover-color: @light-cyan;
|
||||||
|
|
||||||
// Header
|
// Header
|
||||||
@header-text-color: @med-grey;
|
@header-text-color: @med-grey;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue