Skip to content

Commit

Permalink
non-transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
Cengelsen committed Oct 18, 2023
1 parent fa947c6 commit 82cd21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dak-components/lib/components/layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Layout = ({ children, data }) => {
.header-bar {
height: 80px;
width: 100%;
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 1);
box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
backdrop-filter: blur(4px);
}
Expand Down

0 comments on commit 82cd21a

Please sign in to comment.