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

View File

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