Update servers with invite link

This commit is contained in:
Elnu 2023-06-20 10:07:38 -07:00
parent 56f54553ce
commit e4bf1e733c
4 changed files with 24 additions and 2 deletions

View file

@ -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;