diff --git a/builder.js b/builder.js index 5fc0370..0be9ece 100644 --- a/builder.js +++ b/builder.js @@ -637,7 +637,7 @@ function updateBoosts(buttonId, recalcStats) { } elem.classList.add("toggleOn"); } - updatePowderSpecials("skip"); //jank pt 1 + updatePowderSpecials("skip", false); //jank pt 1 } else { for (const [key, value] of damageMultipliers) { let elem = document.getElementById(key + "-boost") diff --git a/index.html b/index.html index f9cc28c..d487e81 100644 --- a/index.html +++ b/index.html @@ -24,16 +24,14 @@
-
- +
+
- - - + @@ -46,12 +44,12 @@

@@ -146,7 +144,7 @@
+ - - +
- - +
+

- +
@@ -67,12 +65,12 @@

- - +
+

- +
@@ -88,12 +86,12 @@

- - +
+

- +
@@ -109,12 +107,12 @@

- - +
+

- +
@@ -132,13 +130,13 @@

- - +
+


- +

- +

@@ -302,27 +300,27 @@

- - - - - @@ -336,27 +334,27 @@

- - - - - @@ -370,27 +368,27 @@

- - - - - @@ -404,27 +402,27 @@

- - - - - @@ -438,27 +436,27 @@

- - - - - diff --git a/narrow.css b/narrow.css index 0fc69c1..6cc7a34 100644 --- a/narrow.css +++ b/narrow.css @@ -49,11 +49,11 @@ .title{ text-align: center; - font-size: 190%; + font-size: 150%; } .smalltitle{ text-align: center; - font-size: 155%; + font-size: 125%; margin-top: 10px; margin-bottom: 4px; } @@ -67,7 +67,7 @@ text-decoration: none; font-family: 'Nunito',sans-serif; font-weight: 700; - font-size: 113%; + font-size: 100%; display: inline-block; } button { @@ -79,6 +79,6 @@ button { text-decoration: none; font-family: 'Nunito',sans-serif; font-weight: 700; - font-size: 150%; + font-size: 125%; display: inline-block; } diff --git a/styles.css b/styles.css index 4e4c87f..581aa8e 100644 --- a/styles.css +++ b/styles.css @@ -70,14 +70,6 @@ div { a.link{ color: #A5FDFF; } -.title{ - text-align: center; - font-size: 150%; -} -.smalltitle{ - text-align: center; - font-size: 125%; -} .center { text-align: center; position: relative; @@ -270,7 +262,6 @@ button:hover { background-color: #556; } - button:active { background-color: #558; box-shadow: 0 3px #666; @@ -326,6 +317,9 @@ button.toggleOn{ background-color:#0a0; border: 3 px solid rgb(0, 70, 0); } +button.toggleOn:hover { + background-color: #575; +} .funnynumber { background-image: linear-gradient(to left, #f5f, #a0a, #5ff, #5f5, #ff5, #fa0, #a00); -webkit-background-clip: text; @@ -387,4 +381,9 @@ button.toggleOn{ 100% { opacity: 1; } -} \ No newline at end of file +} + +.highlight { + color: #ff0; + background: #775; +} diff --git a/wide.css b/wide.css index 69d59c2..1f4951b 100644 --- a/wide.css +++ b/wide.css @@ -43,7 +43,11 @@ } .iteminput { - width: 15vw; + width: 11vw; +} + +.powderinput { + width: 4vw; } .skpInput, .idInput {