Use var() notation

This commit is contained in:
Jeremy Thomas
2019-10-18 14:05:37 -04:00
parent 867a306fc3
commit 6b09dcfcf0
23 changed files with 390 additions and 228 deletions

View File

@@ -4,19 +4,19 @@
&:hover
background: $github
border-color: $github
color: $scheme-main
color: var(--#{$prefix}-scheme-main)
.bd-tw-button
background-color: $twitter
color: $scheme-main
color: var(--#{$prefix}-scheme-main)
border-color: transparent !important
&:hover
background-color: darken($twitter, 2.5%)
color: $scheme-main
color: var(--#{$prefix}-scheme-main)
&:active,
&:focus
background-color: darken($twitter, 5%)
color: $scheme-main
color: var(--#{$prefix}-scheme-main)
#moreDropdown
.navbar-item