1
0
Fork 0
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:
Acamaeda 2020-10-04 13:19:01 -04:00
parent 751d596919
commit 1e7bfc1431
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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 {