Skip to content

Commit

Permalink
fix: cookie banner
Browse files Browse the repository at this point in the history
  • Loading branch information
alright21 committed Dec 21, 2023
1 parent 95473d4 commit c367b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ h3 {
padding-top: 8px;
padding-bottom: 8px;
width: 100%;
background: rgb(70, 70, 70);
background: rgba(70, 70, 70,0.8);
color: rgba(255,255,255,1);
z-index: 1;
}

#cookie-notice a {font-weight: 600; display: inline-flex; cursor: pointer; margin-left: 0.5rem;}
Expand Down

0 comments on commit c367b32

Please sign in to comment.