Skip to content

Commit 3d7c9be

Browse files
arrow.css: Don't hardcode arrow color (#1240)
* arrow.css: Don't hardcode arrow color Instead, use `@textColorPrimary` so it remains contrasty with the `@base_color`. Fixes unreadable arrows when using a dark style. * arrow.css: Use @text_color instead of @textColorPrimary Co-Authored-By: Daniel Foré <daniel@elementary.io> Co-authored-by: Daniel Foré <daniel@elementary.io>
1 parent e2f2ce4 commit 3d7c9be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/styles/arrow.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
0 1px 2px rgba(0,0,0,0.24);
2727
margin: 6px;
2828
padding: 6px;
29-
color: #333;
29+
color: @text_color;
3030
}
3131

3232
.arrow:active,

0 commit comments

Comments
 (0)