details fixes (#28)

This commit is contained in:
czarhex
2022-08-18 15:53:03 -04:00
committed by GitHub
parent 2d8dbb03bf
commit 146ad83428
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -260,6 +260,14 @@ input[type="checkbox"] {
}
}
/* Explore public servers */
.theme-dark .pageWrapper-2PwDoS {
background-color: var(--surCordBackground2);
}
.theme-light .pageWrapper-2PwDoS {
background-color: rgb(225, 225, 225);
}
/* Add surCord Branding */
.info-3pQQBb > span:first-child::after {
content: "\asurCord 07.2022";
-1
View File
@@ -94,7 +94,6 @@
.inputDefault-3FGxgL {
border-radius: 20px;
border: 1px solid var(--surCordBorder);
padding: 10px;
}