Skip to content

Commit

Permalink
face background shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Dec 5, 2021
1 parent 647b2d3 commit 67841fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stylesheets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $color-heading: $color-text;
$color-text-placeholder: $color-text;
$color-text-placeholder_highlight: $color-text-highlight;
$color-title-banner: rgba(31, 31, 31, 0.8);
$color-shadow: rgba(0, 0, 0, 0.75);
$color-shadow: rgba(0, 0, 0, 0.4);
$color-scrollbar: $color-content;
$color-scrollbar_track: $color-content;
$color-scrollbar-thumb: $color-title-banner;
Expand Down Expand Up @@ -791,6 +791,7 @@ header {
transform-style: preserve-3d;
will-change: transform;
transition-property: transform;
background: $color-shadow;
@extend %transition-cube;
outline-offset: 0;
@extend %outline-dotted;
Expand Down

0 comments on commit 67841fc

Please sign in to comment.