Skip to content

Commit

Permalink
update components
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Dec 16, 2019
1 parent 7dc4b7b commit 143e539
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions headroom/headroom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.headroom {
transition: transform 140ms ease-out;
will-change: transform;
}

.headroom--pinned {
Expand Down
2 changes: 1 addition & 1 deletion themes/black/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ html, .dialog, .backgroundContainer {
}

.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,.84);
background-color: rgba(0,0,0,.83);
}

/* buttons */
Expand Down
2 changes: 1 addition & 1 deletion themes/dark-red/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ html, .dialog, .backgroundContainer {
}

.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,.84);
background-color: rgba(0,0,0,.83);
}

/* buttons */
Expand Down
2 changes: 1 addition & 1 deletion themes/dark/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ html, .dialog, .backgroundContainer {
}

.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,.84);
background-color: rgba(0,0,0,.83);
}

/* buttons */
Expand Down
2 changes: 1 addition & 1 deletion themes/halloween/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ html, .dialog, .backgroundContainer {
}

.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,.84);
background-color: rgba(0,0,0,.83);
}

/*@supports ( (backdrop-filter: blur(1em))) {
Expand Down
2 changes: 1 addition & 1 deletion themes/holiday/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ html, .dialog, .backgroundContainer {
}

.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,.84);
background-color: rgba(0,0,0,.83);
}

/* buttons */
Expand Down

0 comments on commit 143e539

Please sign in to comment.