]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/sass/main.sass
Merge remote-tracking branch 'rico/new-design' into new-design
[ipfire.org.git] / src / sass / main.sass
index 7e40bea8adeb8a608d1e5c779ee0b8ad8c03bc5b..524e7a004f836c42cb55ac2297a6844ec73ccb8b 100644 (file)
@@ -9,7 +9,8 @@ $family-sans-serif:                             Prompt, sans-serif
 // Colour Palette
 $primary:                                              #ff2e52
 $primary-invert:                               #ffffff
-$green:                                                        #3adb76
+$success:                                              #3adb76
+$success-invert:                #ffffff
 $yellow:                                               #e7e247
 $red:                                                  #cc4b47
 $black:                         #000000
@@ -60,6 +61,12 @@ $section-padding-desktop:       3rem 0.5rem
 
 // Custom CSS
 
+#hero-index
+    background-image: url("img/bg-img.jpg");
+    background-position: center;
+    background-repeat: no-repeat;
+    background-size: cover;
+
 .footer
        a
                color: $grey