We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16db495 + 2e7d111 commit 672be97Copy full SHA for 672be97
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vanilla-framework",
3
- "version": "4.50.0",
+ "version": "4.50.1",
4
"author": {
5
"email": "webteam@canonical.com",
6
"name": "Canonical Webteam"
scss/_settings_colors.scss
@@ -58,7 +58,7 @@ $hover-background-opacity-percentage: $hover-background-opacity-amount * 100%;
58
// NON-SEMANTIC COLOURS
59
$color-label-validated: #006b75;
60
$color-code-background: rgba($color-x-dark, 0.03);
61
-$color-code-background-dark: rgba($color-x-light, 0.3);
+$color-code-background-dark: rgba($color-x-light, 0.15);
62
$color-code-heading-background: rgba($color-x-dark, 0.08);
63
64
// Background colours for form elements
0 commit comments