10000 changed font color to make better readable · YoRobotCop/docs.hackerone.com@4fcd0f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fcd0f7

Browse files
committed
changed font color to make better readable
1 parent d01ec1a commit 4fcd0f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/css/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ $daisy-nobel: #9e9e9e;
44
$daisy-whisper: #e9e9e9;
55
$daisy-snow: #f9f9f9;
66
$daisy-white: #fff;
7+
$daisy-stacy: #3c4257;
78

89
$daisy-blue: #2d68f4;
910
$daisy-pink: #ff5064;

src/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body {
66
font-family: "Effra", sans-serif;
77
font-size: 16px;
88
line-height: 24px;
9-
color: $daisy-zambezi;
9+
color: $daisy-stacy;
1010
-webkit-font-smoothing: antialiased;
1111
}
1212

0 commit comments

Comments
 (0)
0