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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/components/_tag.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_tag.scss b/assets/css/components/_tag.scss
index 66df635..9b27ec3 100644
--- a/assets/css/components/_tag.scss
+++ b/assets/css/components/_tag.scss
@@ -6,7 +6,7 @@
border-radius: 0.2em;
white-space: nowrap;
background: rgba(255, 255, 255, 0.1);
- transition: background 0.8s;
+ transition: color 0.8s, background 0.8s;
&:hover {
transition: color 0.8s;