Compare commits
No commits in common. "a23f7b89e6e21d705020556ffe4f83fe7930e09a" and "1aa5ac3c8b6badd8f1071b580659f7ece2d54343" have entirely different histories.
a23f7b89e6
...
1aa5ac3c8b
@ -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 {
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user