mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: make links more readable on dark mode
This commit is contained in:
parent
a743c0e9fd
commit
2579875c6a
1 changed files with 6 additions and 0 deletions
|
|
@ -80,6 +80,12 @@ blockquote {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.description a {
|
||||
text-decoration: none;
|
||||
color: #457ead !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.banner {
|
||||
height: 50vh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue