xP: make non-connected states more apparent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user