UI Timeline: Make buttons outline white when dark background.
This commit is contained in:
parent
73edd5c5d2
commit
152dc50715
@ -57,3 +57,10 @@ body.is-mobile
|
|||||||
blockquote
|
blockquote
|
||||||
background-color: rgba($color-background, .1)
|
background-color: rgba($color-background, .1)
|
||||||
box-shadow: inset 5px 0 0 rgba($color-background, .2)
|
box-shadow: inset 5px 0 0 rgba($color-background, .2)
|
||||||
|
|
||||||
|
.btn-outline-primary
|
||||||
|
border-color: $color-text-light
|
||||||
|
color: $color-text-light
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
border-color: transparent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user