fix: colored links in bio/desc/abstract

This commit is contained in:
mco-system 2023-04-23 19:45:09 +11:00
parent 007889e48c
commit a895d12a09
1 changed files with 10 additions and 0 deletions

View File

@ -64,3 +64,13 @@
.slot_img {
width: 18em;
}
.abstract a,
.speaker_biography a {
color: var(--main-bg-color);
}
.abstract a:hover,
.speaker_biography a:hover {
color: var(--alt-color);
}