change colors
This commit is contained in:
parent
27e2dad6e8
commit
07d4575f22
4 changed files with 38 additions and 22 deletions
|
|
@ -227,20 +227,12 @@
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<p class="smalltext">
|
|
||||||
v1.1.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
|
|
||||||
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> © 2020–2021<br>
|
|
||||||
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)<i class="simpleicon-paypal"></i></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
|
||||||
|
|
||||||
<h6 class="hall-of-fame">
|
<h6 class="hall-of-fame">
|
||||||
Tool supporters Hall of Fame
|
Tool supporters Hall of Fame
|
||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
<b>Klaudia</b> (Lvl 18) - <b>Rohit</b> (Lvl 7) - <b>Dominic</b> (Lvl 6) - <b>David</b> (Lvl 5)
|
<b class="pp-gold">Klaudia</b> (Lvl 18) - <b class="pp-silver">Rohit</b> (Lvl 7) - <b class="pp-silver">Dominic</b> (Lvl 6) - <b class="pp-silver">David</b> (Lvl 5)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
|
|
@ -248,6 +240,14 @@
|
||||||
Lvl indicates your amount of support.
|
Lvl indicates your amount of support.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
|
<p class="smalltext">
|
||||||
|
v1.1.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
|
||||||
|
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> © 2020–2021<br>
|
||||||
|
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)<i class="simpleicon-paypal"></i></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</div> <!-- end content -->
|
</div> <!-- end content -->
|
||||||
|
|
||||||
<script src="app.js"></script></body>
|
<script src="app.js"></script></body>
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,7 @@ strong {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
color: #aac7d4;
|
color: #8abbab;
|
||||||
margin: 0.6rem 0;
|
margin: 0.6rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -224,7 +224,7 @@ h6 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin: 0.6rem 0;
|
margin: 0.6rem 0;
|
||||||
color: rgba(231, 251, 255, 0.6);
|
color: rgba(0, 255, 220, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
#save-location-input {
|
#save-location-input {
|
||||||
|
|
@ -789,6 +789,14 @@ input[type="radio"] {
|
||||||
border: 2px solid #2d8a49;
|
border: 2px solid #2d8a49;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pp-gold {
|
||||||
|
color: #ffbc00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pp-silver {
|
||||||
|
color: #ebf9ff;
|
||||||
|
}
|
||||||
|
|
||||||
.test {
|
.test {
|
||||||
color: #59d1da;
|
color: #59d1da;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ strong {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
color: #aac7d4;
|
color: #8abbab;
|
||||||
margin: 0.6rem 0;
|
margin: 0.6rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -117,7 +117,7 @@ h6 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin: 0.6rem 0;
|
margin: 0.6rem 0;
|
||||||
color: rgba(231, 251, 255, 0.6);
|
color: rgba(0, 255, 220, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
#save-location-input {
|
#save-location-input {
|
||||||
|
|
@ -682,6 +682,14 @@ input[type="radio"] {
|
||||||
border: 2px solid #2d8a49;
|
border: 2px solid #2d8a49;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pp-gold {
|
||||||
|
color: #ffbc00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pp-silver {
|
||||||
|
color: #ebf9ff;
|
||||||
|
}
|
||||||
|
|
||||||
.test {
|
.test {
|
||||||
color: #59d1da;
|
color: #59d1da;
|
||||||
}
|
}
|
||||||
|
|
@ -112,20 +112,12 @@
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<p class="smalltext">
|
|
||||||
v1.1.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
|
|
||||||
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> © 2020–2021<br>
|
|
||||||
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)<i class="simpleicon-paypal"></i></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div style="margin-bottom: 20px;"></div>
|
|
||||||
|
|
||||||
<h6 class="hall-of-fame">
|
<h6 class="hall-of-fame">
|
||||||
Tool supporters Hall of Fame
|
Tool supporters Hall of Fame
|
||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
<b>Klaudia</b> (Lvl 18) - <b>Rohit</b> (Lvl 7) - <b>Dominic</b> (Lvl 6) - <b>David</b> (Lvl 5)
|
<b class="pp-gold">Klaudia</b> (Lvl 18) - <b class="pp-silver">Rohit</b> (Lvl 7) - <b class="pp-silver">Dominic</b> (Lvl 6) - <b class="pp-silver">David</b> (Lvl 5)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
|
|
@ -133,6 +125,14 @@
|
||||||
Lvl indicates your amount of support.
|
Lvl indicates your amount of support.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
|
<p class="smalltext">
|
||||||
|
v1.1.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
|
||||||
|
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> © 2020–2021<br>
|
||||||
|
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool (PayPal)<i class="simpleicon-paypal"></i></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</div> <!-- end content -->
|
</div> <!-- end content -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue