Skip to content

Commit 4f6bc31

Browse files
committed
Issues-525: Updated fonts for accessibility
1 parent a4444fb commit 4f6bc31

File tree

6 files changed

+38
-31
lines changed

6 files changed

+38
-31
lines changed

design/custom.css

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/base/_drafts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.Options {
1111
a.Delete {
12-
color: #555555;
12+
color: $global-color_grey;
1313
font-family: $global-image_fontFamily;
1414
font-size: 32px;
1515
font-weight: $global-image_fontWeight;

src/scss/base/_messageList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171

7272
.Message.userContent {
73-
font-size: $global-medium_fontSize;
73+
font-size: $global-large_fontSize;
7474
}
7575

7676
&.CategoryHeading {

src/scss/base/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ $color-turquoise-tc-turquoise-dark-3: #137d60;
1212
$color-turquoise-tc-turquoise-light: #43d7b0;
1313
$color-green-dark: #1F7E8A;
1414
$global-color_pink: #d0021b;
15-
$global-color_grey: #555555;
15+
$global-color_grey: #2A2A2A;
1616
$global-color_grey_medium: #3a3a3a;
1717
$global-color_grey_dark: #aaaaaa;
1818
$global-color_grey_very_dark: #7F7F7F;
1919
$global-grey-bg: #e9e9e9;
2020
$global-grey-light-bg: #FBFBFB;
2121
$global-grey-bg-dark: #d4d4d4;
22-
$global-grey-very-dark-bg: #f4f4f4;
22+
$global-grey-very-dark-bg: #F8F8F8;
2323
$global-color_whitesmoke: #bcbec1;
2424
$global-color_turquoise: #1e94a3;
2525
$global-blue: #0d61bf;

src/scss/components/_lists.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
.Controls {
2121
a {
2222
color: $global-blue;
23+
24+
&.ReplyViewOptionLink.Active, {
25+
color: $global-color_grey !important;
26+
font-weight:500;
27+
}
2328
}
24-
.MiddleDot{
29+
30+
.MiddleDot{
2531
margin: 0px 8px;
2632
font-weight: bold;
2733
}
@@ -42,3 +48,4 @@
4248
}
4349

4450

51+

0 commit comments

Comments
 (0)