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

Lighten blockquote colour in dark mode
pull/21833/head
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
1 changed files with 4 additions and 0 deletions

View File

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