feat: Underline links for accessebility, add active style for clickable elements, use current year in footer

This commit is contained in:
daudix
2024-01-16 01:03:15 +03:00
parent 2c5fd27b90
commit 8c413a6101
8 changed files with 48 additions and 31 deletions

View File

@ -33,6 +33,11 @@ section#comments {
box-shadow: var(--shadow-raised);
transform: rotate(10deg) scale(1.1);
}
&:active {
box-shadow: var(--shadow);
transform: scale(var(--active));
}
}
&.op::after {
@ -63,7 +68,7 @@ section#comments {
.instance {
background-color: var(--fg-muted-1);
border-radius: 9999px;
border-radius: 999px;
color: var(--fg-color);
font-size: 0.8rem;
font-weight: 600;