Skip to content

Commit bca99f9

Browse files
change CSS
1 parent 0f8df67 commit bca99f9

File tree

1 file changed

+61
-60
lines changed

1 file changed

+61
-60
lines changed

assets/index.css

+61-60
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,123 @@
11
@font-face {
2-
font-family: "Monaspace Neon";
3-
src: url("/MonaspaceNeon-Regular.woff");
4-
font-display: swap;
2+
font-family: "Monaspace Neon";
3+
src: url("/MonaspaceNeon-Regular.woff");
4+
font-display: swap;
55
}
66

77
body {
8-
text-align: center;
9-
background: hsl(200, 4%, 10%);
10-
font-family: "Monaspace Neon", "Courier New", "Courier", monospace;
11-
color: #ffffff;
12-
min-height: 99vh;
13-
display: grid;
14-
grid-template-rows: auto 1fr auto;
15-
overflow-x: hidden;
16-
margin: 0px;
17-
padding: 0px;
8+
text-align: center;
9+
background: hsl(200, 4%, 10%);
10+
font-family: "Monaspace Neon", "Courier New", "Courier", monospace;
11+
color: #ffffff;
12+
min-height: 99vh;
13+
display: grid;
14+
grid-template-rows: auto 1fr auto;
15+
overflow-x: hidden;
16+
margin: 0px;
17+
padding: 0px;
1818
}
1919

2020
body#apiBody {
21-
margin-left: 20%;
22-
margin-right: 20%;
21+
margin-left: 20%;
22+
margin-right: 20%;
2323
}
2424

2525
input {
26-
background: hsl(192, 2%, 40%);
27-
border: #1b8b77;
28-
color: #ffffff;
29-
padding: 20px;
30-
border-radius: 3px;
26+
background: hsl(192, 2%, 40%);
27+
border: #1b8b77;
28+
color: #ffffff;
29+
padding: 20px;
30+
border-radius: 3px;
3131
}
3232

3333
input::placeholder {
34-
color: hsl(192, 2%, 70%);
34+
color: hsl(192, 2%, 70%);
3535
}
3636

3737
a {
38-
color: #43baf4;
38+
color: #43baf4;
3939
}
4040

4141
img {
42-
image-rendering: pixelated;
42+
image-rendering: pixelated;
4343
}
4444

4545
button {
46-
border: none;
47-
border-radius: 5px;
48-
padding: 15px;
49-
color: white;
50-
cursor: pointer;
51-
display: inline-block;
52-
background-color: #43baf4;
53-
text-align: center;
54-
text-decoration: none;
46+
border: none;
47+
border-radius: 5px;
48+
padding: 15px;
49+
color: white;
50+
cursor: pointer;
51+
display: inline-block;
52+
background-color: #43baf4;
53+
text-align: center;
54+
text-decoration: none;
55+
margin-bottom: 10px;
5556
}
5657

5758
footer {
58-
min-height: 50px;
59-
margin-top: 10px;
60-
width: 100%;
59+
min-height: 50px;
60+
margin-top: 10px;
61+
width: 100%;
6162
}
6263

6364
pre > code {
64-
text-align: left;
65-
display: inline-block;
65+
text-align: left;
66+
display: inline-block;
6667
}
6768

6869
.java {
69-
background-color: chartreuse;
70-
color: black;
70+
background-color: chartreuse;
71+
color: black;
7172
}
7273

7374
.bedrock {
74-
background-color: black;
75+
background-color: black;
7576
}
7677

7778
.response {
78-
font-size: 20pt;
79+
font-size: 20pt;
7980
}
8081

8182
.ip {
82-
cursor: pointer;
83+
cursor: pointer;
8384
}
8485

8586
.root-api-status {
86-
display: flex;
87-
justify-content: center;
88-
align-items: center;
89-
width: 100%;
87+
display: flex;
88+
justify-content: center;
89+
align-items: center;
90+
width: 100%;
9091
}
9192

9293
@media (max-width: 110ch) {
93-
.root-api-status {
94-
flex-direction: column;
95-
}
94+
.root-api-status {
95+
flex-direction: column;
96+
}
9697
}
9798

9899
.api-status-container {
99-
margin: 2px 1ch;
100-
padding: 2px 4px;
101-
border-color: white;
102-
border-style: solid;
103-
border-width: 1px;
104-
border-radius: 4px;
105-
width: fit-content;
100+
margin: 2px 1ch;
101+
padding: 2px 4px;
102+
border-color: white;
103+
border-style: solid;
104+
border-width: 1px;
105+
border-radius: 4px;
106+
width: fit-content;
106107
}
107108

108109
.green {
109-
color: #00ff00;
110+
color: #00ff00;
110111
}
111112

112113
.yellow {
113-
color: #ffff00;
114+
color: #ffff00;
114115
}
115116

116117
.red {
117-
color: #ff0000;
118+
color: #ff0000;
118119
}
119120

120121
.blue {
121-
color: #44aaff;
122+
color: #44aaff;
122123
}

0 commit comments

Comments
 (0)