Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Commit

Permalink
Better border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
terkelg committed Sep 17, 2016
1 parent 765e312 commit 66529ad
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions dark-browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
}

Expand All @@ -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 */
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 66529ad

Please sign in to comment.