Skip to content

Commit 8a68b68

Browse files
authored
Update colors for contrast requirements (#8576)
1 parent 2785ffd commit 8a68b68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/nodejs/adaptivecards-designer/src/containers/outlook/outlook-container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ a.ac-anchor:visited:active {
8181
user-select: none;
8282
height: 31px;
8383
background-color: white;
84-
color: #0079db;
84+
color: #0B78D0;
8585
border: 1px solid #6290FF;
8686
}
8787

source/nodejs/adaptivecards/src/scss/adaptivecards-default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $destructive-bg-color: #E50000;
1313
$destructive-hl-bg-color: #BF0000;
1414
@include base-push-button(
1515
$background-color: $main-fg-color,
16-
$color: #0079db,
16+
$color: #0B78D0,
1717
$border: $border-style #B2E0FF,
1818
$hover-background-color: $button-hl-bg-color,
1919
$hover-color: $main-fg-color,

0 commit comments

Comments
 (0)