Permalink
Browse files
Merge pull request #117 from VoOoLoX/master
- Loading branch information...
|
|
@@ -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
b55a11c