Update servers with invite link
This commit is contained in:
parent
56f54553ce
commit
e4bf1e733c
4 changed files with 24 additions and 2 deletions
|
@ -125,6 +125,10 @@ a {
|
|||
.servers {
|
||||
display: flex;
|
||||
gap: 0.5em;
|
||||
& > :not(.recommended) {
|
||||
// To match the missing recommended label
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
& > * {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -145,6 +149,15 @@ a {
|
|||
flex-grow: 1;
|
||||
align-items: center;
|
||||
}
|
||||
a {
|
||||
background: seagreen;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
outline: none;
|
||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
.recommended {
|
||||
border-color: mediumseagreen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue