New blog post (music rec)
This commit is contained in:
parent
b97d271223
commit
80d7757a60
18 changed files with 824 additions and 83 deletions
13
style.css
13
style.css
|
@ -74,6 +74,19 @@ a:hover {
|
|||
color: var(--max-1);
|
||||
}
|
||||
|
||||
.load-enable img {
|
||||
animation: load 2s ease-in-out infinite alternate;
|
||||
}
|
||||
|
||||
@keyframes load {
|
||||
0% {
|
||||
background-color: var(--load-0);
|
||||
}
|
||||
100% {
|
||||
background-color: var(--load-1);
|
||||
}
|
||||
}
|
||||
|
||||
/* Header */
|
||||
/* Banner */
|
||||
header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue