Refactor basically everything

This commit is contained in:
Helix K
2026-04-29 13:35:53 -05:00
parent e1e4a60b6d
commit 2791ed59e3
11 changed files with 615 additions and 220 deletions
+53
View File
@@ -0,0 +1,53 @@
::selection {
background-color: #eeadb7;
color: #1e1e2e;
}
::-moz-selection {
background-color: #eeadb7;
color: #1e1e2e;
}
body {
font-family: 'Adwaita Mono', monospace;
padding-left: 20px;
padding-top: 10px;
margin: 0;
max-width: 1000px;
background-color: #1e1e2e;
color: #eeadb7;
}
.green, .green::selection, .green::-moz-selection {
color: #5cdd8b;
}
.red, .red::selection, .red::-moz-selection {
color: #dc3545;
}
.grey, .grey::selection, .grey::-moz-selection {
color: #dadada;
}
.service {
width: 400px;
height: 20px;
padding: 10px;
display: flex;
align-items: center;
border-radius: 10px;
}
.service p {
width: 33%
}
.status {
display: flex;
width: 66%
}
.status p {
width: 9px;
}