feat: add delete server button to server settings (#373)

Co-authored-by: Paul Makles <paulmakles@gmail.com>
This commit is contained in:
Ed L
2021-11-12 22:24:30 +00:00
committed by GitHub
parent 31d90481c2
commit 50e1aa0dff
3 changed files with 35 additions and 4 deletions

View File

@@ -144,7 +144,9 @@
.donate {
color: goldenrod !important;
}
.logOut {
.logOut,
.deleteServer {
color: var(--error) !important;
}