From 0a3743dee1db3e9575b250631eb84c39f01817b0 Mon Sep 17 00:00:00 2001 From: Radu Ciorba Date: Sun, 24 Jan 2016 13:41:13 +0200 Subject: [PATCH 1/5] fix white header and search box --- user-style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/user-style.css b/user-style.css index 96b6785..066fb59 100644 --- a/user-style.css +++ b/user-style.css @@ -1,5 +1,5 @@ @-moz-document domain("medium.com") { - html,body,div,p,section,article { + html,body,div,p,section,article,strong,.metabar { background-color: #000 !important; color: #777 !important; } @@ -23,4 +23,12 @@ a { color: #777 !important; } -} \ No newline at end of file + + .metabar--affixed { + background: rgba(0,0,0,0.9) !important; + } + input { + background-color: #222 !important; + color: #ddd !important; + } +} From c5f351fc94972a6284493936d3a10d6c01654bbb Mon Sep 17 00:00:00 2001 From: Radu Ciorba Date: Wed, 2 Mar 2016 11:48:21 +0200 Subject: [PATCH 2/5] fix background for front page --- user-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-style.css b/user-style.css index 066fb59..d566002 100644 --- a/user-style.css +++ b/user-style.css @@ -1,5 +1,5 @@ @-moz-document domain("medium.com") { - html,body,div,p,section,article,strong,.metabar { + html,body,div,p,section,article,strong,.metabar.u-backgroundGrayLightest { background-color: #000 !important; color: #777 !important; } From fcb7e32caf5655264504a5424b9aff9efb426ece Mon Sep 17 00:00:00 2001 From: Radu Ciorba Date: Wed, 2 Mar 2016 11:53:57 +0200 Subject: [PATCH 3/5] fix missing comma --- user-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-style.css b/user-style.css index d566002..289a6c6 100644 --- a/user-style.css +++ b/user-style.css @@ -1,5 +1,5 @@ @-moz-document domain("medium.com") { - html,body,div,p,section,article,strong,.metabar.u-backgroundGrayLightest { + html,body,div,p,section,article,strong,.metabar,.u-backgroundGrayLightest { background-color: #000 !important; color: #777 !important; } From a587cdf834945d6423d214f95c1756436514bc8a Mon Sep 17 00:00:00 2001 From: Radu Ciorba Date: Wed, 8 Jun 2016 16:08:37 +0300 Subject: [PATCH 4/5] fix blockquote being black-on-black --- user-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-style.css b/user-style.css index 289a6c6..3355c90 100644 --- a/user-style.css +++ b/user-style.css @@ -1,5 +1,5 @@ @-moz-document domain("medium.com") { - html,body,div,p,section,article,strong,.metabar,.u-backgroundGrayLightest { + html,body,div,p,section,article,strong,.metabar,.u-backgroundGrayLightest,blockquote { background-color: #000 !important; color: #777 !important; } From 616826c5455e508e9b49e980f1c4efa332f9753a Mon Sep 17 00:00:00 2001 From: Radu Ciorba Date: Tue, 11 Oct 2016 13:03:34 +0300 Subject: [PATCH 5/5] fix white background for "More from ..." box --- user-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user-style.css b/user-style.css index 3355c90..f5ee04a 100644 --- a/user-style.css +++ b/user-style.css @@ -31,4 +31,7 @@ background-color: #222 !important; color: #ddd !important; } + .u-backgroundWhite { + background-color: #000 !important; + } }