mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
fix: fix promo link colors on dark mode
This commit is contained in:
parent
4401813279
commit
c6e05ce69b
|
@ -215,6 +215,10 @@ ol.linenums li {
|
|||
@extend .d-md-block;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .promo li a {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] [src="img/logo.png"] {
|
||||
filter: invert(1) brightness(1.5) contrast(1.2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user