mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
Style tweaks
This commit is contained in:
parent
751d596919
commit
1e7bfc1431
2 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ addLayer("c", {
|
|||
],
|
||||
},
|
||||
style() {return {
|
||||
'background-color': '#3325CC'
|
||||
// 'background-color': '#3325CC'
|
||||
}},
|
||||
shouldNotify() { // Optional, layer will be highlighted on the tree if true.
|
||||
// Layer will automatically highlight if an upgrade is purchasable.
|
||||
|
|
|
@ -128,9 +128,9 @@ h1, h2, h3, b, input {
|
|||
background-color: transparent;
|
||||
border: none;
|
||||
color: var(--color);
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
padding: 10px 50px 10px 50px
|
||||
padding: 10px 40px 10px 40px
|
||||
}
|
||||
|
||||
.tabButton:hover {
|
||||
|
|
Loading…
Reference in a new issue