standarize configuration

This commit is contained in:
Mivinci 2022-11-09 20:51:50 +08:00
parent e4522e429a
commit 37351acf91
17 changed files with 150 additions and 108 deletions

View file

@ -37,6 +37,10 @@ main p a {
color: var(--prime);
}
main p a:hover {
text-decoration: underline;
}
@keyframes showup {
from {
opacity: 0;