File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export default {
3
3
darkerBlurple : "#4E609C" ,
4
4
darkButNotBlack : "#2C2F33" ,
5
5
notQuiteBlack : "#23272A" ,
6
- greyple : "#99AAB5 " ,
6
+ greyple : "#91A3B1 " ,
7
7
darkerGreyple : "#6E7D88" ,
8
8
error : "#f04747" ,
9
9
success : "#37805e"
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ const textInputs = css`
53
53
54
54
const actionButtonStyles = css `
55
55
white-space : nowrap;
56
+ font-weight : bolder;
56
57
57
58
button : disabled {
58
59
background-color : ${ colors . greyple } ;
@@ -126,6 +127,7 @@ const navigationStyles = css`
126
127
const returnButtonStyles = css `
127
128
font-size : 1.5rem ;
128
129
text-align : center;
130
+ font-weight : bolder;
129
131
130
132
color : white;
131
133
text-decoration : none;
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ border-radius: 5px;
33
33
cursor : pointer;
34
34
transition : background-color 0.25s ease, transform 0.25s ease;
35
35
transform : none;
36
+ font-weight : bolder;
36
37
37
38
: hover {
38
39
background-color : ${ colors . greyple } ;
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ const iconStyles = css`
24
24
const textStyles = css `
25
25
display : inline-block;
26
26
padding : 0.5rem 0.75rem 0.5rem 0.5rem ;
27
+ font-weight : bolder;
27
28
` ;
28
29
29
30
const errorStyles = css `
You can’t perform that action at this time.
0 commit comments