From 530ff5fc9b8b8ecfe2ed82142a8c370b3084bd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gra=C3=A7a?= Date: Thu, 4 Feb 2016 12:39:45 +0000 Subject: [PATCH 1/2] Change the blockquote color to white. --- user-style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/user-style.css b/user-style.css index 96b6785..80c13e4 100644 --- a/user-style.css +++ b/user-style.css @@ -23,4 +23,7 @@ a { color: #777 !important; } -} \ No newline at end of file + blockquote { + color: rgb(255, 255, 255) !important; + } +} From ddde53ae5a1c149e60f49c5e5cd91f6ddf6e2562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gra=C3=A7a?= Date: Sat, 6 Feb 2016 14:14:42 +0000 Subject: [PATCH 2/2] Update user-style.css --- user-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user-style.css b/user-style.css index 80c13e4..36e6666 100644 --- a/user-style.css +++ b/user-style.css @@ -26,4 +26,7 @@ blockquote { color: rgb(255, 255, 255) !important; } + body.is-withMagicUnderlines .markup--anchor { + text-decoration: underline !important; + } }