Skip to content

Commit

Permalink
Fix description bot card color in dark mode (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierbriole authored and sindresorhus committed Feb 21, 2019
1 parent 9826520 commit c88fee2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ html.dark-mode ._4_j5 {

/* Right sidebar: contact name */
html.dark-mode ._3eur a {
color: var(--blue);
color: var(--blue);
}

/* Right sidebar: menus background */
Expand Down Expand Up @@ -512,6 +512,11 @@ html.dark-mode ._3cn0 {
color: var(--base-seventy);
}

/* Bot card description */
html.dark-mode ._3cnl {
color: inherit;
}

/* Dialogs */
html.dark-mode ._53ij,
html.dark-mode ._4eby,
Expand Down

0 comments on commit c88fee2

Please sign in to comment.