Adding styling dings for happy hour

This commit is contained in:
John
2022-05-11 15:31:05 -04:00
parent 01f7f73cb9
commit d9130a4bcb
4 changed files with 78 additions and 18 deletions
+19
View File
@@ -208,3 +208,22 @@ canvas {
color:white;
transition: top 1s ease-out, opacity .5s ease-out;
}
.gold {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
display: none;
z-index: 5;
font-weight: 400;
font-size: 3.25rem;
/*color: var(--background-color);*/
color:gold;
background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: top 1s ease-out, opacity .5s ease-out;
text-shadow:none !important;
}