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