Skip to content

Commit

Permalink
Improve the dark mode
Browse files Browse the repository at this point in the history
* the dot before timestamp in the contact list
* embed URL
* forward message button
  • Loading branch information
CvX committed Jan 25, 2020
1 parent 1598309 commit 4b9808c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,21 @@ html.dark-mode ._618k div hr {
border-top: 1px solid var(--base-five);
}

/* Messages list: embed URL */
html.dark-mode ._3cnl,
html.dark-mode ._3cnn a,
html.dark-mode ._3cnj {
color: var(--base-fourty);
}

/* Messages list: forward button */
html.dark-mode ._7-_v {
background-color: var(--base-five);
}
html.dark-mode ._7-_v svg path {
fill: var(--base-seventy-five);
}

/* Messages list: Poll color (title) */
html.dark-mode ._3b4u {
color: var(--base-seventy);
Expand Down Expand Up @@ -344,6 +359,11 @@ html.dark-mode ._3quh._30yy._17u4._3yvh._1d-z {
color: #f03d25;
}

/* Contact list: dot before timestamp */
html.dark-mode ._6zkf {
color: var(--base-fourty);
}

/* Right sidebar */
html.dark-mode ._4_j5 {
background: transparent;
Expand Down

0 comments on commit 4b9808c

Please sign in to comment.