Merge branch 'main' of git.0x2620.org:0x2620/aab21 into main
This commit is contained in:
commit
7f71928e2d
5 changed files with 67 additions and 14 deletions
|
|
@ -103,8 +103,18 @@
|
|||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.alert {
|
||||
@media screen and (min-width: 800px) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-checkbox:checked + .accordion-content {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.alert {
|
||||
padding: var(--spacing) 0;
|
||||
}
|
||||
|
|
@ -48,6 +48,7 @@
|
|||
display: block;
|
||||
background-size: 400% 100%;
|
||||
animation: background_animation 60s ease-in-out infinite, text_animation 60s ease-in-out infinite;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue