diff --git a/js/layers.js b/js/layers.js index c3dd3f7..6a902a8 100644 --- a/js/layers.js +++ b/js/layers.js @@ -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. diff --git a/style.css b/style.css index b6ed0f7..b459c31 100644 --- a/style.css +++ b/style.css @@ -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 {