0.0.143 routes

This commit is contained in:
SBD
2025-02-03 19:08:21 +03:00
parent 93764163d4
commit 84aecc715e
6 changed files with 128 additions and 1 deletions

View File

@@ -4,12 +4,16 @@
display: block;
}
.overlay{
--bg: #0000009C;
--backdrop-filter: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000009C;
background: var(--bg);
backdrop-filter: var(--backdrop-filter);
z-index: 10000000;
}
}