Skip to content

Commit b927b24

Browse files
committed
Use a brighter color for the text to make it easier to read
Signed-off-by: Steve Scargall <[email protected]>
1 parent 4b1c7da commit b927b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/memmachine/assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ body {
8383
line-height: 1.5;
8484
font-weight: 400;
8585
background: #211334 url(/img/bg.svg) center/cover no-repeat;
86-
color: var(--light-300);
86+
color: var(--light-500);
8787
scroll-behavior: smooth;
8888
}
8989
input:focus {

0 commit comments

Comments
 (0)