Skip to content

Commit

Permalink
UI tweaks (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKrasny authored and sindresorhus committed Oct 30, 2019
1 parent b6648ba commit 5abf9a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,11 @@ html.private-mode ._5743._6y4y {
filter: blur(5px);
}

/* Right sidebar: big user picture */
html.private-mode ._1jt6._710_ {
filter: blur(10px);
}

/* Message user picture */
html.private-mode ._1t_q ._4ld- img {
filter: blur(3px);
Expand Down
3 changes: 2 additions & 1 deletion css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
--container-dark-color: #1e1e1e;
--list-header-color: #222;
--blue: #0084ff;
--white: #fff;
}

html.dark-mode body {
Expand Down Expand Up @@ -346,7 +347,7 @@ html.dark-mode ._4_j5 {

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

/* Right sidebar: menus background */
Expand Down

0 comments on commit 5abf9a2

Please sign in to comment.