diff options
Diffstat (limited to 'website/_sass/front.scss')
-rw-r--r-- | website/_sass/front.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/website/_sass/front.scss b/website/_sass/front.scss new file mode 100644 index 000000000..cb0d6f147 --- /dev/null +++ b/website/_sass/front.scss @@ -0,0 +1,22 @@ +.jumbotron { + background-color: transparent; + background-image: url("/assets/images/background.jpg"); + background-position: center; + background-repeat: no-repeat; + background-size: cover; + + p { + color: #eeeeee; + margin-top: 0; + margin-bottom: 0; + font-weight: 300; + } + .btn { + color: $text-color; + background-color: $inverse-link-color; + } + .btn-inverse { + color: $text-color; + background-color: #ffffff; + } +} |