fix: colored links in bio/desc/abstract
This commit is contained in:
parent
007889e48c
commit
a895d12a09
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user