Close blocks properly
This commit is contained in:
@ -19,10 +19,6 @@
|
||||
// @media only screen and (max-width: 480px) {
|
||||
// font-size: 14px;
|
||||
// }
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -5,9 +5,7 @@
|
||||
z-index: 999;
|
||||
backdrop-filter: var(--blur);
|
||||
margin: 1rem auto;
|
||||
box-shadow:
|
||||
var(--edge-highlight),
|
||||
0 0.75rem 1.5rem -1rem rgb(0 0 0 / 0.5);
|
||||
box-shadow: var(--edge-highlight), 0 0.75rem 1.5rem -1rem rgb(0 0 0 / 0.5);
|
||||
border-radius: 1.625rem;
|
||||
background-color: var(--nav-bg);
|
||||
max-width: 90%;
|
||||
|
Reference in New Issue
Block a user