Skip to content

Commit

Permalink
fix(custom.css): Change line color at dark mode of multiline list
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Jun 3, 2024
1 parent 0fb3df0 commit 6cc610b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rocm_docs/rocm_docs_theme/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ html[data-theme="light"] {
/* for the dark theme */
html[data-theme="dark"] {
--link-color: #2899ff;
.line{
color: #fff;
};
}

div#site-navigation {
Expand Down

0 comments on commit 6cc610b

Please sign in to comment.