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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/scss/_theme.scss')
-rw-r--r--src/assets/scss/_theme.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/scss/_theme.scss b/src/assets/scss/_theme.scss
index cae5539b..49189c24 100644
--- a/src/assets/scss/_theme.scss
+++ b/src/assets/scss/_theme.scss
@@ -117,6 +117,6 @@ a {
}
span {
float: right;
- color: #var(--bs-gray-600);
+ color: var(--bs-gray-600);
}
}