Skip to content

Commit aad6a05

Browse files
committed
Silence warning about colors.scss
1 parent 4a1da52 commit aad6a05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/mongodb-tutorials/src/styles/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $green-secondary: #3c6626;
1313
$light-blue-primary: #edf4f7;
1414
$light-blue-secondary: #bcced4;
1515

16-
$primary-shadow: rgba(0, 0, 0, 0.1);
16+
$primary-shadow: rgba(0, 0, 0, .1);
1717

1818
// pygments colors
1919
$pygment-01: #efc;

0 commit comments

Comments
 (0)