some small changes

This commit is contained in:
zyqunix 2024-11-28 18:28:25 +01:00
parent eca1457225
commit 77458487e4
3 changed files with 38 additions and 29 deletions

View file

@ -8,8 +8,8 @@ html, body {
align-items: center;
font-family: monospace;
background-color: black;
overflow: hidden;
color: white !important;
overflow: hidden;
}
@font-face {
@ -322,7 +322,7 @@ html, body {
}
.blurBG {
backdrop-filter: blur(0);
backdrop-filter: blur(0px);
width: 105%;
height: 110%;
border-radius: 10px;
@ -372,4 +372,11 @@ div.duration-info {
button {
user-select: none;
}
#cursoreffectelement {
width: 100%;
height: 90%;
position: absolute;
z-index: 0;
}