diff --git a/build/index.html b/build/index.html index 94d4b8f..85fb97d 100644 --- a/build/index.html +++ b/build/index.html @@ -227,20 +227,12 @@
-

- v1.1.0. Work-In-Progress. Feedback: Steam Discussions Steam Guide.
- Programmed, written and created by 🉑 rezno[R] © 2020–2021
- Support Tool (PayPal) -

- -
-
Tool supporters Hall of Fame

- Klaudia (Lvl 18) - Rohit (Lvl 7) - Dominic (Lvl 6) - David (Lvl 5) + Klaudia (Lvl 18) - Rohit (Lvl 7) - Dominic (Lvl 6) - David (Lvl 5)

@@ -248,6 +240,14 @@ Lvl indicates your amount of support.

+
+ +

+ v1.1.0. Work-In-Progress. Feedback: Steam Discussions Steam Guide.
+ Programmed, written and created by 🉑 rezno[R] © 2020–2021
+ Support Tool (PayPal) +

+ diff --git a/build/main.css b/build/main.css index 98f3ed2..70e54ca 100644 --- a/build/main.css +++ b/build/main.css @@ -205,7 +205,7 @@ strong { h1 { font-size: 1.7rem; - color: #aac7d4; + color: #8abbab; margin: 0.6rem 0; } @@ -224,7 +224,7 @@ h6 { font-size: 1.2rem; font-weight: 500; margin: 0.6rem 0; - color: rgba(231, 251, 255, 0.6); + color: rgba(0, 255, 220, 0.6); } #save-location-input { @@ -789,6 +789,14 @@ input[type="radio"] { border: 2px solid #2d8a49; } +.pp-gold { + color: #ffbc00; +} + +.pp-silver { + color: #ebf9ff; +} + .test { color: #59d1da; } diff --git a/src/css/style.css b/src/css/style.css index d8001c8..383954e 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -98,7 +98,7 @@ strong { h1 { font-size: 1.7rem; - color: #aac7d4; + color: #8abbab; margin: 0.6rem 0; } @@ -117,7 +117,7 @@ h6 { font-size: 1.2rem; font-weight: 500; margin: 0.6rem 0; - color: rgba(231, 251, 255, 0.6); + color: rgba(0, 255, 220, 0.6); } #save-location-input { @@ -682,6 +682,14 @@ input[type="radio"] { border: 2px solid #2d8a49; } +.pp-gold { + color: #ffbc00; +} + +.pp-silver { + color: #ebf9ff; +} + .test { color: #59d1da; } \ No newline at end of file diff --git a/src/index.html b/src/index.html index f1f1d96..56f40a6 100644 --- a/src/index.html +++ b/src/index.html @@ -112,20 +112,12 @@
-

- v1.1.0. Work-In-Progress. Feedback: Steam Discussions Steam Guide.
- Programmed, written and created by 🉑 rezno[R] © 2020–2021
- Support Tool (PayPal) -

- -
-
Tool supporters Hall of Fame

- Klaudia (Lvl 18) - Rohit (Lvl 7) - Dominic (Lvl 6) - David (Lvl 5) + Klaudia (Lvl 18) - Rohit (Lvl 7) - Dominic (Lvl 6) - David (Lvl 5)

@@ -133,6 +125,14 @@ Lvl indicates your amount of support.

+
+ +

+ v1.1.0. Work-In-Progress. Feedback: Steam Discussions Steam Guide.
+ Programmed, written and created by 🉑 rezno[R] © 2020–2021
+ Support Tool (PayPal) +

+