Update guild info box to utilize main css variable

This commit is contained in:
Jeremy "EndenDragon" Zhang 2020-07-01 19:30:20 -07:00 committed by GitHub
parent 03dc1a8b4a
commit 0ead122914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,6 +367,7 @@ textarea.materialize-textarea:focus:not([readonly]) {
padding: 6px;
padding-right: 9px;
background-color: #455a64;
background-color: var(--main);
}
#currentuserimage_parent {
@ -467,6 +468,7 @@ a {
#modal_guildinfobox {
background-color: #455a64;
background-color: var(--main);
padding-top: 10px;
padding-bottom: 10px;
}