Pleasing shadows

This commit is contained in:
Tracker-Friendly 2024-03-04 19:30:57 +00:00
parent d7a0999c3e
commit f88532012e
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,7 @@ body {
left: 0;
height: 100%;
overflow-y: auto;
box-shadow: lightgrey 5px 5px 5px;
}
.closebar {
@ -71,6 +72,8 @@ body {
height: 100%;
display: flex;
flex-direction: column;
padding-right: 8px;
z-index: 2;
}
h1 {
@ -131,6 +134,7 @@ button {
min-width: 28px;
transition: all 0.3s ease;
margin-left: auto;
box-shadow: lightgrey 5px 5px 5px;
}
button:hover {