Files
Stash-Docs/docs/stylesheets/extra.css
2024-11-14 13:27:50 +02:00

22 lines
299 B
CSS

@keyframes heart {
0%, 40%, 80%, 100% {
transform: scale(1);
}
20%, 60% {
transform: scale(1.15);
}
}
.heart {
animation: heart 1000ms infinite;
color: #EE0F0F;
}
.md-nav__item svg {
width: 18px !important;
height: 18px !important;
}
/*
.md-grid {
max-width: 81rem;
}
*/