Edit home page style

This commit is contained in:
Paul Nicoué 2022-07-06 17:18:42 +02:00
parent a6ea376678
commit e30484f323
15 changed files with 297 additions and 22 deletions

View file

@ -1,3 +1,21 @@
// ----------------------------------------------------------------------------
// ANIMATIONS
// ----------------------------------------------------------------------------
@-webkit-keyframes expand-outline {
from {
outline-offset: 0;
}
to {
outline-offset: 2px;
}
}
@keyframes expand-outline {
from {
outline-offset: 0;
}
to {
outline-offset: 2px;
}
}