Files
ping/velping/statics/style.css
T
2026-04-29 13:36:12 -05:00

54 lines
721 B
CSS

::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;
}