elm-pages
Version:
Hybrid Elm framework with full-stack and static routes.
23 lines (22 loc) • 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;
}