Compare commits

...

2 Commits

Author SHA1 Message Date
mco-system a23f7b89e6 feat: outline ahref hover only 2023-04-23 21:28:17 +11:00
mco-system 868f34a378 feat: outline ahref hover only 2023-04-23 21:28:12 +11:00
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ a {
transition-property: color;
transition-duration: 1s;
text-decoration: wavy;
text-shadow: -1px -1px 0 var(--main-color), 1px -1px 0 var(--main-color), -1px 1px 0 var(--main-color), 1px 1px 0 var(--main-color);
}
a:hover {

View File

@ -73,6 +73,7 @@
.abstract a:hover,
.speaker_biography a:hover {
color: var(--alt-color);
text-shadow: -1px -1px 0 var(--main-bg-color), 1px -1px 0 var(--main-bg-color), -1px 1px 0 var(--main-bg-color), 1px 1px 0 var(--main-bg-color);
}
.abstract strong,