Skip to content

Commit 49ec7a7

Browse files
committed
update typography with new defaults
1 parent e911196 commit 49ec7a7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/styles.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
color: defaultTheme.colors.gray[700],
1616
maxWidth: '65ch',
1717
'[class~="lead"]': {
18-
color: defaultTheme.colors.gray[700],
18+
color: defaultTheme.colors.gray[600],
1919
},
2020
a: {
2121
color: defaultTheme.colors.gray[900],
@@ -36,27 +36,27 @@ module.exports = {
3636
content: 'counter(list-counter) "."',
3737
position: 'absolute',
3838
fontWeight: '400',
39-
color: defaultTheme.colors.gray[600],
39+
color: defaultTheme.colors.gray[500],
4040
},
4141
'ul > li': {
4242
position: 'relative',
4343
},
4444
'ul > li::before': {
4545
content: '""',
4646
position: 'absolute',
47-
backgroundColor: defaultTheme.colors.gray[400],
47+
backgroundColor: defaultTheme.colors.gray[300],
4848
borderRadius: '50%',
4949
},
5050
hr: {
51-
borderColor: defaultTheme.colors.gray[300],
51+
borderColor: defaultTheme.colors.gray[200],
5252
borderTopWidth: 1,
5353
},
5454
blockquote: {
5555
fontWeight: '500',
5656
fontStyle: 'italic',
5757
color: defaultTheme.colors.gray[900],
5858
borderLeftWidth: '0.25rem',
59-
borderLeftColor: defaultTheme.colors.gray[300],
59+
borderLeftColor: defaultTheme.colors.gray[200],
6060
quotes: '"\\201C""\\201D""\\2018""\\2019"',
6161
},
6262
'blockquote p:first-of-type::before': {
@@ -82,7 +82,7 @@ module.exports = {
8282
fontWeight: '600',
8383
},
8484
'figure figcaption': {
85-
color: defaultTheme.colors.gray[600],
85+
color: defaultTheme.colors.gray[500],
8686
},
8787
code: {
8888
color: defaultTheme.colors.gray[900],
@@ -95,7 +95,7 @@ module.exports = {
9595
content: '"`"',
9696
},
9797
pre: {
98-
color: defaultTheme.colors.gray[300],
98+
color: defaultTheme.colors.gray[200],
9999
backgroundColor: defaultTheme.colors.gray[800],
100100
overflowX: 'auto',
101101
},
@@ -127,14 +127,14 @@ module.exports = {
127127
color: defaultTheme.colors.gray[900],
128128
fontWeight: '600',
129129
borderBottomWidth: '1px',
130-
borderBottomColor: defaultTheme.colors.gray[400],
130+
borderBottomColor: defaultTheme.colors.gray[300],
131131
},
132132
'thead th': {
133133
verticalAlign: 'bottom',
134134
},
135135
'tbody tr': {
136136
borderBottomWidth: '1px',
137-
borderBottomColor: defaultTheme.colors.gray[300],
137+
borderBottomColor: defaultTheme.colors.gray[200],
138138
},
139139
'tbody tr:last-child': {
140140
borderBottomWidth: '0',

0 commit comments

Comments
 (0)