Adjust colors to match dark theme

This commit is contained in:
Spotlight 2021-05-26 15:47:02 -05:00
commit 0c0a102280
No known key found for this signature in database
GPG key ID: 874AA355B3209BDC
2 changed files with 10 additions and 14 deletions

View file

@ -108,7 +108,7 @@ li {
padding: 10px;
}
.no-progress {
.not-started {
background-color: rgb(184, 17, 17);
padding: 10px;
}
@ -119,7 +119,7 @@ li {
}
.in-development {
background-color: rgb(198, 165, 51);
background-color: rgb(201, 103, 44);
padding: 10px;
}
@ -244,13 +244,9 @@ li {
font-size: 28px;
}
.section tr:nth-child(odd) {
.section tr {
background-color: #222;
}
.section tr:nth-child(even) {
background-color: #333;
}
@media only screen and (max-width: 1050px) {
.embed iframe {

View file

@ -9,10 +9,6 @@ title: Services
<th>Service</th>
<th>Status</th>
</tr>
<tr>
<td> <a href="/services/wiifitcheck">Wii Fit Body Check Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/wiiroom">Wii Room</a> </td>
<td class="publicly-available">Public Beta</td>
@ -21,16 +17,20 @@ title: Services
<td> <a href="/services/wiiroomgo">Wii Room GO</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/demae">Demae Channel</a> </td>
<td class="private-beta">Closed Beta</td>
</tr>
<tr>
<td> <a href="/installation/digicam">Digicam Print Channel</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/demae">Demae Channel</a> </td>
<td class="private-beta">Closed Beta</td>
</tr>
<tr>
<td> <a href="/services/wiifitcheck">Wii Fit Body Check Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/tvhelper">TV no Tomo Channel</a> </td>
<td class="no-progress">No Progress</td>
<td class="not-started">Not Started</td>
</tr>
</table>