This commit is contained in:
Yuri Kuznetsov
2022-02-17 17:34:43 +02:00
parent 5aa154459d
commit fb45af1048
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2979,7 +2979,7 @@ a.link-gray {
}
&:hover,
&:focus {
color: @gray-dark;
color: @gray;
}
}
+1 -1
View File
@@ -139,7 +139,7 @@
@well-border-value: @default-border-color-value;
@scroll-bg-value: @gray-lighter-value;
@scroll-thumb-bg-value: @gray-light-value;
@scroll-thumb-bg-value: #c7c7c7;
@collapsed-modal-bg-value: @gray-soft-value;
@collapsed-modal-text-color-value: @text-white-color-value;