]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/scss/_variables.scss
auth: Do not attempt to render page after redirect
[ipfire.org.git] / src / scss / _variables.scss
index 5488a0df560258dedaad36b52b9f20548a03cc4b..77d3051bb2c3db8ed11c854d20f9595c55f4e207 100644 (file)
@@ -12,8 +12,9 @@ $red:                                         #ee2e31;
 $yellow:                                       #e7e247;
 $cyan:                                         #2ee8c8;
 
-// Lightning Wire Labs colour
+// Brand colours
 $lwl:                                          #4b0082;
+$twitter:                                      #00acee;
 
 // Theme
 $primary:                                      $red;
@@ -23,10 +24,14 @@ $dark:                                              $gray-800;
 
 $theme-colors: (
        "lwl"                                   : $lwl,
+       "twitter"               : $twitter,
 );
 
 $body-bg:                                      $dark;
 $body-color:                           $white;
+$code-color:                           $white;
+$pre-color:                                    $white;
+$table-color:                          inherit;
 
 // Breakpoints
 $grid-breakpoints: (
@@ -88,3 +93,6 @@ $btn-padding-y:                               .5rem;
 
 // Progress
 $progress-height:                      1rem * $line-height-base;
+
+// Breadcrumbs
+$breadcrumb-bg:                                white;