Commit f41a400c authored by Taylor Otwell's avatar Taylor Otwell

Tweak a few variables.

parent 24766d47
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -24,6 +24,9 @@ $font-size-base: 14px; ...@@ -24,6 +24,9 @@ $font-size-base: 14px;
$line-height-base: 1.6; $line-height-base: 1.6;
$text-color: #636b6f; $text-color: #636b6f;
// Navbar
$navbar-default-bg: #fff;
// Buttons // Buttons
$btn-default-color: $text-color; $btn-default-color: $text-color;
$btn-font-size: $font-size-base; $btn-font-size: $font-size-base;
...@@ -41,3 +44,6 @@ $dropdown-header-color: darken($text-color, 10%); ...@@ -41,3 +44,6 @@ $dropdown-header-color: darken($text-color, 10%);
$dropdown-link-color: $text-color; $dropdown-link-color: $text-color;
$dropdown-link-hover-bg: #fff; $dropdown-link-hover-bg: #fff;
$dropdown-padding: 10px 0; $dropdown-padding: 10px 0;
// Panels
$panel-default-heading-bg: #fff;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment