Update main.css

This commit is contained in:
Mirco Wittrien 2019-05-22 10:12:03 +02:00 committed by GitHub
parent 28ba0718b4
commit 5e6659dc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 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;
}
@ -1865,4 +1866,4 @@ body .ace_closeButton:active {
}
/* =============== */
/* END DARK MODE */
/* END DARK MODE */