Skip to content

Commit c6a7722

Browse files
committed
change text-shadow brightness in light theme
1 parent 05995b9 commit c6a7722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--bg-color-darken-strong: rgba(255, 255, 255, 0.65);
2626
--bg-color-lighten: rgba(0, 0, 0, 0.2);
2727
--bg-color-disabled-button: rgba(16, 16, 16, 0.2);
28-
--text-shadow: 0 0 5px rgba(255, 255, 255, 0.33);
28+
--text-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
2929

3030
/* Events */
3131
--event-color-default: #00BABC;

0 commit comments

Comments
 (0)