Skip to content

Commit

Permalink
style pages white background
Browse files Browse the repository at this point in the history
  • Loading branch information
acousticrobot committed Aug 19, 2020
1 parent 3cdcaab commit 24fc9f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $color-clear: rgba(0,0,0,0);

// Layout

$color-background-content: $color-white-C;
$color-background-content: $color-white-D;
$color-background-gutter: $color-gris-E;

// Text
Expand Down
3 changes: 2 additions & 1 deletion css/_images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@
}

.image-dictionary__text {
background-color: $color-white-C;
background-color: $color-background-content;
@extend .caption;
text-align: center;
max-width: 200px;
}

// Spoiler with hover-reveal text
Expand Down

0 comments on commit 24fc9f2

Please sign in to comment.