Files
healthpot/static/styles/common.css
2021-02-01 15:03:15 +01:00

41 lines
545 B
CSS

body {
font-family: Ubuntu;
background-color: #302f3b;
color: #e0c1c1;
}
h1 {
color: #a8a8a8;
text-decoration: underline;
text-decoration-color: gray;
margin-top: 0.1em;
margin-bottom: 0.4em;
font-style: italic;
letter-spacing: 0.1em;
font-size: 2em;
}
.service_list {
}
.service_entry {
margin-top: 0.6em;
margin-bottom: 0.6em;
}
.service_name {
color: #6ca4fb;
}
.service_status {
padding: 0.2em;
color: white;
}
.last_update {
}
.last_update_time {
color: #d57ad5;
}