mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
23 lines
327 B
CSS
23 lines
327 B
CSS
@keyframes lds-default {
|
|
0%,
|
|
20%,
|
|
80%,
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
50% {
|
|
transform: scale(1.5);
|
|
}
|
|
}
|
|
#not-found-reason code {
|
|
color: rgb(226, 0, 124);
|
|
}
|
|
#not-found-reason h1 {
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
padding-bottom: 15px;
|
|
}
|
|
#not-found-reason a:hover {
|
|
text-decoration: underline;
|
|
}
|