Compare commits

...

2 commits

Author SHA1 Message Date
noe
bb2dee674f update link colors
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
2025-05-14 22:54:47 -07:00
noe
412d76cbbc update link colors 2025-05-14 22:53:45 -07:00

View file

@ -51,6 +51,15 @@
margin: 0;
}
a {
color: #029cda;
text-underline-offset: 2px;
}
a:visited {
color: #9e3faa;
}
.doll-section {
margin-left: 0.4rem;
}