Blog: Styling and cleanup

This commit is contained in:
2018-09-14 20:29:56 +02:00
parent 78b186c8e4
commit 0055633732
5 changed files with 23 additions and 37 deletions

View File

@@ -669,3 +669,15 @@
.overflow-hidden
overflow: hidden
=text-gradient($color_from, $color_to)
background: linear-gradient(to right, $color_from, $color_to)
background-clip: text
-webkit-background-clip: text
-webkit-text-fill-color: transparent
=active-gradient
+text-gradient(#0cc, $primary)
&:before
+text-gradient(#0cc, $primary)