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

@ -4,10 +4,6 @@
box-shadow: var(--glow);
background: var(--crt-bg);
a {
text-decoration: underline;
}
pre {
color: var(--primary-color);
padding: 1rem 1rem;
@ -44,10 +40,10 @@
width: 100%;
@keyframes scanlines {
0% {
from {
transform: translateY(0px);
}
100% {
to {
transform: translateY(-8px);
}
}
@ -57,7 +53,7 @@
animation: blicking 1s infinite;
@keyframes blicking {
0% {
from {
opacity: 1;
}
50% {