feat: Underline links for accessebility, add active style for clickable elements, use current year in footer
This commit is contained in:
@ -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% {
|
||||
|
Reference in New Issue
Block a user