mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 02:30:11 +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;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.description a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #457ead !important;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.banner {
|
.banner {
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue