Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Feb 9, 2024
1 parent 3e7deb9 commit 5ba9ddd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ input {
input.long {
width: 222px;
}
.status-offline {
--status: #f00;
}
.status-running {
--status: #0f0;
}
.server {
background-color: #555;
margin: 10px;
padding: 10px;
border-radius: 0.5rem;
border-left: 8px var(--status) solid;
}

0 comments on commit 5ba9ddd

Please sign in to comment.