Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Tumma versio oletuksena
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 5, 2020
1 parent d195f75 commit f878dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _pages/made-by-dude-badge.md
Expand Up @@ -30,9 +30,9 @@ $color-badge-tooltip-background-light: rgba(255, 255, 255, .8);
$color-badge-tooltip-background-dark: rgba(17, 17, 17, .9);

// Light or dark?
$color-badge-logo: $color-badge-logo-light;
$color-badge-tooltip-text: $color-badge-tooltip-text-light;
$color-badge-tooltip-background: $color-badge-tooltip-background-light;
$color-badge-logo: $color-badge-logo-dark;
$color-badge-tooltip-text: $color-badge-tooltip-text-dark;
$color-badge-tooltip-background: $color-badge-tooltip-background-dark;

.site-footer .container {
position: relative;
Expand Down

0 comments on commit f878dc0

Please sign in to comment.