From 66529adf57675b6793e81f7c76c6c3ebcfbe55ed Mon Sep 17 00:00:00 2001 From: Terkel Gjervig Date: Sat, 17 Sep 2016 18:50:56 +0200 Subject: [PATCH] Better border colors --- dark-browser.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/dark-browser.css b/dark-browser.css index fa12b92..2b797bc 100644 --- a/dark-browser.css +++ b/dark-browser.css @@ -8,6 +8,7 @@ html.dark-mode #react-root { /** * Sidebar */ + html.dark-mode #react-root ._onabe._kjy2s { background-color: #202c3a; border-right: 1px solid rgba(255, 255, 255, .08); @@ -62,7 +63,9 @@ html.dark-mode #react-root a:visited { } /* Username */ -html.dark-mode #react-root ._4zhc5 { +html.dark-mode #react-root ._4zhc5, +html.dark-mode #react-rrot ._4zhc5:visited, +html.dark-mode #react-root ._2uju6 { color: #bcc0c4; } @@ -74,8 +77,7 @@ html.dark-mode #react-root ._22yr2 { /* photo border, split */ html.dark-mode #react-root ._pieko ._e0mru { - border-bottom: 1px solid #23303c; - border-top: 1px solid #23303c; + border-color: #23303c; } /* Profile thumbnail */ @@ -137,6 +139,11 @@ html.dark-mode #react-root ._oyz6j { background-color: #192633; } +/* username */ +html.dark-mode #react-root ._2uju6 { + j +} + /* seach field */ html.dark-mode #react-root ._9x5sw, html.dark-mode #react-root ._55bi1 { @@ -211,6 +218,11 @@ html.dark-mode #react-root ._79dar { color: #bcc0c4; } +/* Color split for profile header */ +html.dark-mode #react-root ._bugdy { + border-color: #23303c; +} + /* desc */ html.dark-mode #react-root ._bugdy span { color: #bcc0c4;