fix among in dark mode

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-12-12 16:31:35 -05:00
parent b9363f3ca9
commit f601d48f4e
2 changed files with 7 additions and 0 deletions

View file

@ -39,6 +39,10 @@ body.dark-mode {
&:before, &:after {
background: rgba(#fff, 0.2);
}
&.among {
color: inherit;
}
}
a.contact-method p {