Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/colors.less')
-rw-r--r--src/utilities/colors.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utilities/colors.less b/src/utilities/colors.less
index c3555c1..64f7689 100644
--- a/src/utilities/colors.less
+++ b/src/utilities/colors.less
@@ -2,6 +2,9 @@
.text-primary {
.text-color-variant(@primary-color);
}
+.text-secondary {
+ .text-color-variant(@secondary-color-dark);
+}
.text-gray {
.text-color-variant(@gray-color);
}