Replace bulmaDarken and bulmaLighten instances

This commit is contained in:
Jeremy Thomas
2020-09-06 14:25:06 +01:00
parent 3ee48f2236
commit ed23e59334
11 changed files with 95 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
$tag-background-color: var(--background, #{$background}) !default
$tag-background-color: $background !default
$tag-color: var(--text, #{$text}) !default
$tag-radius: var(--radius, #{$radius}) !default
$tag-delete-margin: 1px !default