This commit is contained in:
2025-06-22 11:57:35 +02:00
parent 924caa2851
commit fbe156fa6c
7 changed files with 43 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ button {
color: #cdd6f4;
border-radius: 0;
outline-style: none;
background-color: #1e1e2e;
background-color: alpha(#1e1e2e, 0.8);
border: none;
border-width: 0px;
border-radius: 0px;
@@ -29,9 +29,8 @@ button {
button:focus,
button:active,
button:hover {
/* 20% Overlay 2, 80% mantle */
background-color: #313244;
background-size: 20%;
background-color: alpha(#1e1e2e, 0.6);
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(0.55, 0, 0.28, 1.682);
}