mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
fix: links in dark mode
This commit is contained in:
@@ -247,6 +247,11 @@ ul.nav.navbar-nav {
|
||||
--button-content-color-link: #000;
|
||||
}
|
||||
|
||||
:root.dark {
|
||||
--link-color-primary: #fff;
|
||||
--link-color-primary-hover: #9a52ff;
|
||||
}
|
||||
|
||||
:root .form-control-plaintext {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user