mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-21 15:59:32 +03:00
fix: homepage modal background transparent
This commit is contained in:
parent
c98b1e4e6d
commit
2b7990fb14
@ -322,7 +322,7 @@ footer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
background-color: light-dark(var(--off-black), var(--off-white));
|
||||
background-color: rgb(0, 0, 0, 0.8);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user