Skip to content

Commit dd194af

Browse files
committed
hsla instead of HEX for alpha
1 parent 9a28558 commit dd194af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $base-lighten-color: $oc-gray-6;
3838
$base-lightener-color: $oc-gray-4;
3939

4040
$background-color: $oc-gray-0;
41-
$background-lighten-color: #f8f9fa6b;
41+
$background-lighten-color: hsla(210, 17%, 98%, 0.42);
4242

4343
$text-color: $base-color;
4444
$link-color: $oc-teal-8;
@@ -61,7 +61,7 @@ $footnote-link-background-over-color: $oc-gray-1;
6161
$selection-background-color: $oc-gray-3;
6262

6363
$tag-index-label-background-color: $oc-gray-2;
64-
$tag-index-count-background-color: #868e961a;
64+
$tag-index-count-background-color: hsla(210, 7%, 56%, 0.102);
6565

6666
$footer-border-color: $oc-gray-2;
6767
$footer-background-color: $oc-gray-0;

0 commit comments

Comments
 (0)