showcase that muafuggen randomizer
This commit is contained in:
parent
bd2a02e3aa
commit
9c46d90252
1 changed files with 10 additions and 0 deletions
|
|
@ -1179,6 +1179,8 @@ button {
|
|||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
filter: drop-shadow(0px 0px 10px var(--accent-yellow));
|
||||
animation: glow 1s infinite alternate;
|
||||
}
|
||||
|
||||
.refresh-button:hover {
|
||||
|
|
@ -1192,6 +1194,14 @@ button {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
@keyframes glow {
|
||||
from {
|
||||
filter: drop-shadow(0px 0px 5px var(--accent-yellow));
|
||||
}
|
||||
to {
|
||||
filter: drop-shadow(0px 0px 10px var(--accent-yellow));
|
||||
}
|
||||
|
||||
/* ============ CYBERPUNK FOOTER ============ */
|
||||
|
||||
.site-footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue