2023-01-19 19:26:09 +01:00

15 lines
188 B
CSS

.olympus-button{
width: 24px;
height: 24px;
background-color: transparent;
border-radius: 50%;
cursor: pointer;
}
.olympus-button:hover{
}
.olympus-button:active{
}