mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
some small changes
This commit is contained in:
parent
eca1457225
commit
77458487e4
3 changed files with 38 additions and 29 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue