Skip to content

Commit 520d2ee

Browse files
committed
fix(voting): soften the talk watermark so it stops competing with card text
1 parent 3d5b4f7 commit 520d2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/website/scss/pages/voting.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
line-height: 1;
256256
// Same white as the titles, dialled down to a watermark so it never fights the text on
257257
// either card background (dark gray, or dark green once voted).
258-
color: color-mix(in srgb, var(--title-color) 7%, transparent);
258+
color: color-mix(in srgb, var(--title-color) 4%, transparent);
259259
pointer-events: none;
260260
user-select: none;
261261

0 commit comments

Comments
 (0)