Skip to content

Commit 672be97

Browse files
authored
Merge pull request #5777 from Stefan3002/fix-a11y-low-contrast-code
fix: a11y low contrast in dark mode for code [AC-4348]
2 parents 16db495 + 2e7d111 commit 672be97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-framework",
3-
"version": "4.50.0",
3+
"version": "4.50.1",
44
"author": {
55
"email": "webteam@canonical.com",
66
"name": "Canonical Webteam"

scss/_settings_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $hover-background-opacity-percentage: $hover-background-opacity-amount * 100%;
5858
// NON-SEMANTIC COLOURS
5959
$color-label-validated: #006b75;
6060
$color-code-background: rgba($color-x-dark, 0.03);
61-
$color-code-background-dark: rgba($color-x-light, 0.3);
61+
$color-code-background-dark: rgba($color-x-light, 0.15);
6262
$color-code-heading-background: rgba($color-x-dark, 0.08);
6363

6464
// Background colours for form elements

0 commit comments

Comments
 (0)