Json/Webp export

This commit is contained in:
SillyLossy
2023-04-08 18:09:53 +03:00
parent a3a32e9d64
commit 2c57d0efb6
7 changed files with 160 additions and 63 deletions

View File

@ -18,32 +18,3 @@
#roll_dice:hover {
opacity: 1;
}
.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-top: 0;
margin-bottom: 3px;
overflow: hidden;
background-color: black;
border: 1px solid #666;
border-radius: 15px;
box-shadow: 0 0 5px black;
text-shadow: 0 0 3px black;
}
.list-group-item:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.list-group-item {
color: rgba(229, 224, 216, 1);
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
box-sizing: border-box;
user-select: none;
cursor: pointer;
}