diff --git a/user-style.css b/user-style.css index 96b6785..f5ee04a 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,.u-backgroundGrayLightest,blockquote { background-color: #000 !important; color: #777 !important; } @@ -23,4 +23,15 @@ 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; + } + .u-backgroundWhite { + background-color: #000 !important; + } +}