make invite more readable by using a darker background
This commit is contained in:
parent
cfe87b1ae2
commit
1fce55b1b0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
padding: 5%;
|
padding: 5%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
#juri {
|
#juri {
|
||||||
|
|
Reference in a new issue