Compare commits

..

No commits in common. "a23f7b89e6e21d705020556ffe4f83fe7930e09a" and "1aa5ac3c8b6badd8f1071b580659f7ece2d54343" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ a {
transition-property: color; transition-property: color;
transition-duration: 1s; transition-duration: 1s;
text-decoration: wavy; 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 { a:hover {

View File

@ -73,7 +73,6 @@
.abstract a:hover, .abstract a:hover,
.speaker_biography a:hover { .speaker_biography a:hover {
color: var(--alt-color); 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, .abstract strong,