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

Commit da60e4d

Browse files
committed
Lighten blockquote colour in dark mode
Signed-off-by: Resynth <[email protected]>
1 parent d5e9d53 commit da60e4d

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
@@ -272,6 +272,10 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
272272
background-color: #080808;
273273
}
274274
}
275+
276+
blockquote {
277+
278+
}
275279
}
276280

277281
// diff highlight colors

0 commit comments

Comments
 (0)