Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9ca448e

Browse files
authored
Merge pull request #5353 from resynth1943/lighter-blockquotes-in-dark-mode
Lighten blockquote colour in dark mode
2 parents df6218e + 6dc709a commit 9ca448e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/themes/dark/css/_dark.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
274274
background-color: #080808;
275275
}
276276
}
277+
278+
blockquote {
279+
color: #919191;
280+
}
277281
}
278282

279283
// diff highlight colors

0 commit comments

Comments
 (0)