Merge pull request #185 from mwittrien/patch-3

Update main.css
This commit is contained in:
Zack 2019-05-22 09:14:19 -04:00 committed by GitHub
commit d584f0ab15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -340,12 +340,13 @@
}
#bd-pub-button {
border-radius: 0px;
border-radius: 4px;
background-color: rgb(47, 49, 54);
color: white;
color: #b9bbbe;
text-align: center;
font-size: 12px;
line-height: 20px;
height: 20px;
}
.bd-server-card .bd-server-tags {
@ -720,7 +721,7 @@ color: #f6f6f7;
}
/* Ace Editor Settings */
body > div:last-of-type {
body > div:not([class]):last-of-type {
background: rgba(0,0,0, 0.7)!important;
}
@ -1644,6 +1645,7 @@ body .ace_closeButton:active {
.bd-minimal #bd-pub-button {
font-size: 8px;
line-height: 16px;
height: 16px;
}
/* guild list */
@ -1865,4 +1867,4 @@ body .ace_closeButton:active {
}
/* =============== */
/* END DARK MODE */
/* END DARK MODE */