Skip to content

Commit

Permalink
Add new logo
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Jun 14, 2021
1 parent 006853c commit a4a0a90
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/css/app.css

Large diffs are not rendered by default.

Binary file modified assets/images/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/src/scss/helpers/_functions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// ======================================================================== //
// Your functions below
// ======================================================================== //
// ======================================================================== //
10 changes: 7 additions & 3 deletions assets/src/scss/helpers/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ $page-padding-top: $logo-height + 10px !default;

// Footer
$footer-bg: $dark !default;
$footer-link-color: rgba($white, .75) !default;
$footer-link-color: rgba($white, .75) !default;

// Forms

// Cards
$card-border-width: 0 !default;
$card-border-width: 0 !default;

// List groups
$list-group-border-color: $border-color !default;
$list-group-border-color: $border-color !default;

// Dropdowns
$dropdown-link-active-color: $dark !default;
$dropdown-link-active-bg: darken($light, 10%) !default;

0 comments on commit a4a0a90

Please sign in to comment.