feat: outline ahref hover only

This commit is contained in:
mco-system 2023-04-23 21:28:17 +11:00
parent 868f34a378
commit a23f7b89e6
1 changed files with 1 additions and 0 deletions

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,