countdown

This commit is contained in:
zyqunix 2025-06-12 11:09:09 +02:00
parent 94ca706258
commit 6728ebcfbf
3 changed files with 15 additions and 23 deletions

View file

@ -72,7 +72,7 @@ svg:hover {
padding: 20px;
border-radius: 10px;
width: 600px !important;
text-align: left;
text-align: center;
transition: border 0.1s;
}
@ -107,4 +107,9 @@ svg:hover {
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
cursor: default;
}
.separator {
width: 5px;
background-color: var(--overlay0);
}