Update color functions

This commit is contained in:
Jeremy Thomas
2020-08-15 08:46:34 +01:00
parent 681fb52d2b
commit 7d2dcba944
8 changed files with 1332 additions and 1375 deletions

View File

@@ -125,9 +125,9 @@ $tag-delete-margin: 1px !default
width: 1px
&:hover,
&:focus
background-color: darken($tag-background-color, 5%)
background-color: bulmaDarken($tag-background-color, 5%)
&:active
background-color: darken($tag-background-color, 10%)
background-color: bulmaDarken($tag-background-color, 10%)
&.is-rounded
border-radius: $radius-rounded