From 1e7bfc1431958e25ccfab4f7aea8545023a07746 Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Sun, 4 Oct 2020 13:19:01 -0400 Subject: [PATCH] Style tweaks --- js/layers.js | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {