summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-22 10:04:28 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-22 10:04:28 +0200
commit00b59693f4070629ba73f1845b974f9d923c6c93 (patch)
tree88b58d821634e4bdecf24527270adca2ecc13a64 /assets
parentaaff840fc8c4129e489121bf63b8c012847cf9ec (diff)
downloadgohugo-theme-ed-00b59693f4070629ba73f1845b974f9d923c6c93.tar.gz
Correct style for tags cloud
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_customize.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/sass/_customize.scss b/assets/sass/_customize.scss
index 27d05f1..085bb6f 100644
--- a/assets/sass/_customize.scss
+++ b/assets/sass/_customize.scss
@@ -235,7 +235,6 @@ ul.tags-cloud {
.tag-link {
padding: 5px 5px 0;
- transition: 0.3s;
- text-decoration: none;
+ @include transition(0.3s);
}
}