Style dark components

This commit is contained in:
Jeremy Thomas
2019-10-18 20:29:40 -04:00
parent 6b09dcfcf0
commit 9209d1fe42
25 changed files with 1079 additions and 473 deletions

View File

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