]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Adjust colours again
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 16:06:58 +0000 (17:06 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 16:06:58 +0000 (17:06 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss
src/templates/index.html

index e01e7c4a105ab0f9981abbf2103a4099bf88dc2f..8a6b9eddb27d2631437e42fc943c1c6155f29e1b 100644 (file)
@@ -5,19 +5,19 @@ $black:                                               #000000;
 $white:                                                #ffffff;
 
 // Grays
-$gray-400:                                     #6a788b;
+$gray-400:                                     #ede8e8;
 $gray-800:                                     #31353c;
 
 $red:                                          #ee2e31;
 $yellow:                                       #e7e247;
-$cyan:                                         #32ffdc;
+$cyan:                                         #2ee8c8;
 
 // Lightning Wire Labs colour
 $lwl:                                          #4b0082;
 
 // Theme
 $primary:                                      $red;
-$secondary:                                    $gray-400;
+$secondary:                                    $cyan;
 $light:                                                $gray-400;
 $dark:                                         $gray-800;
 
@@ -25,6 +25,9 @@ $theme-colors: (
        "lwl"                                   : $lwl,
 );
 
+$yiq-text-dark:                                $dark;
+$yiq-text-light:                       $white;
+
 $body-bg:                                      $dark;
 $body-color:                           $white;
 
index d89471f42d44a6bf5db175c24d21b2433cf944c0..6d6da74a7de0a494d51f39289c99dac9deeb85ef 100644 (file)
@@ -15,7 +15,7 @@
 
                                        <div class="btn-toolbar">
                                                <a class="btn btn-outline-primary btn-lg mr-3" href="/download">{{ _("Download") }}</a>
-                                               <a class="btn btn-outline-light btn-lg ml-3" href="/features">{{ _("Features") }}</a>
+                                               <a class="btn btn-outline-secondary btn-lg ml-3" href="/features">{{ _("Features") }}</a>
                                        </div>
                                </div>