xP: make non-connected states more apparent

This commit is contained in:
2022-09-16 03:18:53 +02:00
parent d5153fe354
commit 430968e5d5
2 changed files with 19 additions and 5 deletions

View File

@@ -13,6 +13,16 @@ body {
height: 100dvh;
}
.overlay {
padding: .6em .9em;
background: #eee;
border: 1px outset #eee;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.title, .status {
padding: .05em .3em;
background: #eee;