Skip to content

Commit b5de63a

Browse files
committed
increase contrast in body text and card date text
1 parent acc4b9d commit b5de63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/scss/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
3030
--accent-color: #34495e;
3131
--accent-color-darker: #2c3e50;
3232
--accent-color-text: #fff;
33-
--body-text-color: #bababa;
33+
--body-text-color: #5c6f83;
3434

3535
--tag-border-radius: 4px;
3636

@@ -65,7 +65,7 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
6565

6666
--card-text-color-main: #000;
6767
--card-text-color-secondary: #747474;
68-
--card-text-color-tertiary: #bababa;
68+
--card-text-color-tertiary: #7e7e7e;
6969
--card-separator-color: rgba(218, 218, 218, 0.5);
7070

7171
--card-border-radius: 10px;

0 commit comments

Comments
 (0)