mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 14:37:02 +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: 6px;
|
||||||
padding-right: 9px;
|
padding-right: 9px;
|
||||||
background-color: #455a64;
|
background-color: #455a64;
|
||||||
|
background-color: var(--main);
|
||||||
}
|
}
|
||||||
|
|
||||||
#currentuserimage_parent {
|
#currentuserimage_parent {
|
||||||
@ -467,6 +468,7 @@ a {
|
|||||||
|
|
||||||
#modal_guildinfobox {
|
#modal_guildinfobox {
|
||||||
background-color: #455a64;
|
background-color: #455a64;
|
||||||
|
background-color: var(--main);
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user