mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
fix: update privacy policy banner color
This commit is contained in:
parent
728461dc2f
commit
179e4beaa3
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
.privacy-banner {
|
||||
display: flex;
|
||||
z-index: 8;
|
||||
background-color: $ui-blue-dark;
|
||||
background-color: $ui-purple-darker;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
align-items: center;
|
||||
|
@ -69,4 +69,4 @@
|
|||
.privacy-banner .donate-close-button {
|
||||
top: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue