forked from abner/for-legacy-web
fix: bug in join server button when in light theme (#660)
parent
4e22ccb2f7
commit
3e40a61624
|
|
@ -38,7 +38,7 @@
|
|||
padding: 32px 16px 16px 16px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-weight: 500;
|
||||
|
|
@ -63,7 +63,6 @@
|
|||
button {
|
||||
margin: auto;
|
||||
display: block;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue