Revert to use cyan instead of orange for link colors.

This commit is contained in:
Dan Watling 2021-01-01 10:12:17 -06:00
parent 8a94051054
commit 5ec89349bd

View file

@ -28,14 +28,14 @@
@sidebar-link-hover-color: @light-grey;
// Buttons
@btn-bg: @orange;
@btn-bg: @cyan;
@btn-text-color: @white;
@btn-hover-color: @light-orange;
@btn-hover-color: @light-cyan;
// Tag cloud
@tag-bg: @orange;
@tag-bg: @cyan;
@tag-text-color: @white;
@tag-hover-color: @light-orange;
@tag-hover-color: @light-cyan;
// Header
@header-text-color: @med-grey;