mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-12 17:11:20 +01:00
Update guild info box to utilize main css variable
This commit is contained in:
parent
03dc1a8b4a
commit
0ead122914
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user