diff --git a/user-style.css b/user-style.css index 96b6785..36e6666 100644 --- a/user-style.css +++ b/user-style.css @@ -23,4 +23,10 @@ a { color: #777 !important; } -} \ No newline at end of file + blockquote { + color: rgb(255, 255, 255) !important; + } + body.is-withMagicUnderlines .markup--anchor { + text-decoration: underline !important; + } +}