Merge pull request #5353 from resynth1943/lighter-blockquotes-in-dark-mode

Lighten blockquote colour in dark mode
This commit is contained in:
Travis Ralston 2020-11-18 15:21:33 -07:00 committed by GitHub
commit 9ca448e8a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,6 +274,10 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
background-color: #080808;
}
}
blockquote {
color: #919191;
}
}
// diff highlight colors