21 lines
420 B
CSS
21 lines
420 B
CSS
/* Other blocks' styles */
|
|
@import url('propic.css');
|
|
@import url('admin.css');
|
|
@import url('room.css');
|
|
|
|
summary:has(span.status) {
|
|
background-color: #ffaf0377;
|
|
}
|
|
|
|
/* Mobile only */
|
|
@media only screen and ((max-width: 500px) or (hover: none)) {
|
|
.propic-border.blurred {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media only screen and (prefers-reduced-motion) {
|
|
.propic-border.blurred {
|
|
display: none;
|
|
}
|
|
} |