Compare commits
2 Commits
1aa5ac3c8b
...
a23f7b89e6
Author | SHA1 | Date | |
---|---|---|---|
|
a23f7b89e6 | ||
|
868f34a378 |
@ -5,7 +5,6 @@ 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,6 +73,7 @@
|
|||||||
.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