FIX styleon player

This commit is contained in:
valere
2024-10-24 15:17:16 +02:00
parent 721f200d72
commit 5f747e57b4
4 changed files with 15 additions and 17 deletions

View File

@@ -123,6 +123,10 @@ body {
filter: drop-shadow(8px 8px 0 rgb(0 0 0 / 0.8));
}
a:hover {
text-decoration: underline;
}
.mixPlayer {
background: black;
max-height: 70vh;
@@ -140,17 +144,4 @@ nav>button:first-child {
content: "\00d7";
}
}
.button {
text-decoration: none;
box-shadow: 0 8px 0 0 black;
transition: all .3s;
border: 8px black solid;
line-height: 100%;
border-width: 2px;
border-radius: 100px;
cursor: pointer;
color: black;
background-color: #ffffff59;
}
</style>