UI Landing: Use dark background.
This commit is contained in:
parent
2f854ebeee
commit
143cd27c55
@ -1,6 +1,27 @@
|
||||
$color-background-landing: #111
|
||||
|
||||
.landing
|
||||
.page-content
|
||||
@extend .text-white
|
||||
background-color: $color-background-landing
|
||||
|
||||
.jumbotron
|
||||
padding-bottom: 15em
|
||||
padding-top: 12em
|
||||
|
||||
.card
|
||||
@extend .bg-transparent
|
||||
@extend .text-white
|
||||
|
||||
.card-text
|
||||
@extend .text-secondary
|
||||
|
||||
.node-details-description
|
||||
@extend .mx-auto
|
||||
color: #ddd
|
||||
|
||||
a
|
||||
color: $color-primary
|
||||
|
||||
.gallery
|
||||
max-width: 1024px
|
||||
|
Loading…
x
Reference in New Issue
Block a user