|
@@ -29,8 +29,8 @@
|
|
|
// Text muted color
|
|
|
@text-muted: darken(@body-bg, 40%);
|
|
|
|
|
|
-@link-muted-color: darken(@body-bg, 65%);
|
|
|
-@link-muted-hover-color: @link-color;
|
|
|
+@link-muted-color: @gray;
|
|
|
+@link-muted-hover-color: @gray-darker;
|
|
|
|
|
|
// Components
|
|
|
@component-active-bg: @brand-secondary;
|