Skip to content

Commit

Permalink
Improve button contrast for seafoam. (Fix #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Mar 22, 2021
1 parent 1f152fe commit 4781b7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/seafoam.css

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions scss/seafoam.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ $thumbnail-border: 4px solid $secondary-color;
$thumbnail-shadow: none;
$thumbnail-shadow-hover: 0 0 6px 1px rgba($primary-color, 0.5);

$button-background: $secondary-color;
$button-color: $primary-color;

@import 'foundation-core';
@import 'omeka';

header a {
color: $white;
}

.tags.label {
background-color: $secondary-color;
color: #000;
}

0 comments on commit 4781b7d

Please sign in to comment.