UI Timeline: Make buttons outline white when dark background.

This commit is contained in:
Pablo Vazquez 2019-04-04 14:21:04 +02:00
parent 73edd5c5d2
commit 152dc50715

View File

@ -57,3 +57,10 @@ body.is-mobile
blockquote
background-color: rgba($color-background, .1)
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