Skip to content

Commit aeea761

Browse files
committed
beautify shit
1 parent 205d488 commit aeea761

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

assets/drawable/info_bkg.png

-1.56 MB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<span class="subtitle">There is no new news, come back later! (rip english)</span>
5353
</div>
5454
<div class="banner advantages">
55-
<span class=" banner-title">Advantages of JDFire 1.3</span>
55+
<span class=" banner-title">Advantages of JDFire 1.5</span>
5656
<div class="container-grid"></div>
5757
</div>
5858
<div class="banner serverstats">

scripts/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ var advantages = `
2222
</div>
2323
<div class="grid uptodate" onmouseover="ripple('.uptodate')">
2424
<span class="material-symbols-rounded" translate="no">system_update</span>
25-
<span class="title">Up-To-Date</span>
26-
<span class="subtitle">Always Use New Security Patch</span>
25+
<span class="title">OpenParty Based</span>
26+
<span class="subtitle">Open source and free!</span>
2727
</div>
2828
`;
2929

ui/material.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
#page {
8-
background: #17191c;
8+
background: #1a110f;
99
font-family: "GoogleSans Regular", "system-ui";
1010
margin: 0 !important;
1111
padding: 0 !important;
@@ -26,12 +26,12 @@
2626

2727
::-webkit-scrollbar-track {
2828
width: 0.3em;
29-
background: linear-gradient(to right, #0000 40.01%, #262b31 40.02%);
29+
background: linear-gradient(to right, #0000 40.01%, #312626 40.02%);
3030
border-radius: 0em 0 0 0.4em;
3131
}
3232

3333
::-webkit-scrollbar-thumb {
34-
background-color: #214076;
34+
background-color: #8f4c38;
3535
border-radius: 0.3em 0 0 0.3em;
3636
width: 0.6em;
3737
left: -0.3em !important;
@@ -69,7 +69,7 @@ span.ripple {
6969
animation: ripple 600ms linear;
7070
left: 0%;
7171
top: 0;
72-
background-image: radial-gradient(#6081b065 0%, #6089b0 40%, #6081b000 60%);
72+
background-image: radial-gradient(#8f4c3865 0%, #8f4c38 40%, #8f4c3800 60%);
7373
}
7474

7575
button span.ripple {
@@ -80,7 +80,7 @@ button span.ripple {
8080
input,
8181
input:focus {
8282
border: none !important;
83-
background-color: #5b697442;
83+
background-color: #745d5b42;
8484
color: inherit;
8585
font-family: inherit;
8686
text-align: center;
@@ -102,7 +102,7 @@ input.banner-search {
102102

103103
#navbar {
104104
/*background-color: #414548da;*/
105-
background-color: #17191cc4;
105+
background-color: #1a110fc4;
106106
background-image: url(../assets/mipmap/chaccaron.webp);
107107
background-size: 3.5em;
108108
width: 100%;
@@ -163,7 +163,7 @@ input.banner-search {
163163
width: 100%;
164164
height: 27em;
165165
border-radius: 1em;
166-
background: #2b2e3139;
166+
background: #312b2b39;
167167
margin-top: 1em;
168168
position: relative;
169169
overflow: hidden;

ui/pages/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
top: 79%;
3232
left: 5%;
3333
border: none;
34-
background: #6c8dbe;
35-
color: #212121;
34+
background: #8f4c38;
35+
color: #ffffff;
3636
border-radius: 1em;
3737
z-index: 1;
3838
}
@@ -95,7 +95,7 @@
9595
.advantages .container-grid .grid {
9696
width: auto;
9797
height: 16rem;
98-
background-color: rgba(37, 40, 45, 0.315);
98+
background-color: rgba(45, 37, 37, 0.315);
9999
margin: 1em;
100100
border-radius: 2em;
101101
transition: all .2s;

0 commit comments

Comments
 (0)