Skip to content

Commit f41a400

Browse files
committed
Tweak a few variables.
1 parent 24766d4 commit f41a400

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/sass/variables.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ $font-size-base: 14px;
2424
$line-height-base: 1.6;
2525
$text-color: #636b6f;
2626

27+
// Navbar
28+
$navbar-default-bg: #fff;
29+
2730
// Buttons
2831
$btn-default-color: $text-color;
2932
$btn-font-size: $font-size-base;
@@ -41,3 +44,6 @@ $dropdown-header-color: darken($text-color, 10%);
4144
$dropdown-link-color: $text-color;
4245
$dropdown-link-hover-bg: #fff;
4346
$dropdown-padding: 10px 0;
47+
48+
// Panels
49+
$panel-default-heading-bg: #fff;

0 commit comments

Comments
 (0)