fix among in dark mode
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
b9363f3ca9
commit
f601d48f4e
2 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,10 @@ body.dark-mode {
|
|||
&:before, &:after {
|
||||
background: rgba(#fff, 0.2);
|
||||
}
|
||||
|
||||
&.among {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
a.contact-method p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue