Skip to content

Commit

Permalink
Dark mode, edit profile
Browse files Browse the repository at this point in the history
  • Loading branch information
terkelg committed Aug 26, 2016
1 parent c2cdc52 commit 6b99605
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 8 deletions.
10 changes: 10 additions & 0 deletions browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,13 @@ footer._oofbn {
#header-notices {
display: none;
}

/**
* Edit profile page
*/

/* container */
#react-root ._40h7m {
border: none;
margin: 0;
}
53 changes: 45 additions & 8 deletions dark-browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,32 +178,61 @@ html.dark-mode #react-root ._769lo {
/**
* Profile
*/
/* border after profile info */
html.dark-mode #react-root ._o2h6b {
border-color: #23303c;
}

/* username */
html.dark-mode #react-root ._i572c {
color: #bbb;
color: #bcc0c4;
}

/* name */
html.dark-mode #react-root ._79dar {
color: #bbb;
color: #bcc0c4;
}

/* desc */
html.dark-mode #react-root ._bugdy span {
color: #bbb;
color: #bcc0c4;
}

/* followers, following */
html.dark-mode #react-root ._s53mj._13vpi {
color: #ddd;
color: #bcc0c4;
}

html.dark-mode #react-root ._bkw5z._kjym7 {
color: #ddd;
color: #bcc0c4;
}

/* profile picture */
html.dark-mode #react-root ._8gpiy {
border-color: #23303c;
}


/**
* Photo view
*/
/* time */
html.dark-mode #react-root ._379kp {
color: #788088;
}


/*
* Notifications (likes)
*/

/* text */
html.dark-mode #react-root ._auspy {
color: #bbb;
color: #bcc0c4;
}

/* border */
html.dark-mode #react-root ._mkiio::after {
border-color: #23303c;
}


Expand All @@ -212,10 +241,18 @@ html.dark-mode #react-root ._auspy {
*/
html.dark-mode #react-root ._q44m8 {
background-color: #192633;
color: #ddd;
color: #bcc0c4;
}

html.dark-mode #react-root ._cx1ua {
background-color: #192633;
border-color: #23303c;
}


/**
* Edit profile page
*/
html.dark-mode #react-root ._40h7m {
background-color: #192633;
}

0 comments on commit 6b99605

Please sign in to comment.