Permalink
Browse files

Header back

  • Loading branch information...
1 parent f9b060b commit 83696d01e6df6280a3999c2502b27e2b19673959 @VoOoLoX VoOoLoX committed May 16, 2017
Showing with 16 additions and 6 deletions.
  1. +0 −5 app/src/renderer/styles/core/_fixes.scss
  2. +16 −1 app/src/renderer/styles/theme-dark/_fixes.scss
@@ -45,8 +45,3 @@ section > footer,
#header-notices {
display: none;
}
-
-/*Remove 'Instagram' header*/
-._9zube {
- display: none;
-}
@@ -97,4 +97,19 @@ html.dark-mode ._4y3e3 {
/*Unreadable text on the "Edit Profile" button*/
._ah57t._6y2ah._frcv2._rmr7s {
color: #fafafa;
-}
+}
+
+/*Header*/
+html.dark-mode ._l1b8m {
+ background-color: $darkLight;
+}
+
+/*Header text*/
+html.dark-mode ._tkl3w {
+ color: #fafafa;
+}
+
+/*Unreadable text on the "Following" button*/
+html.dark-mode ._ah57t._6y2ah._i46jh._rmr7s {
+ color: #fafafa;
+}

0 comments on commit 83696d0

Please sign in to comment.