This commit is contained in:
Claudio Sereti 2020-07-29 13:15:29 +02:00 committed by GitHub
parent 5c59875d24
commit f73b5659ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@
// Code // Code
--code-background: #{lighten($grey-50, 2%)}; --code-background: #{lighten($grey-50, 2%)};
--code-inlined: #{$grey-50}; --code-inlined: #{$grey-50};
--code-color-1: #{$grey-500)}; --code-color-1: #{$grey-500};
--code-color-2: #{hsl(330, 40%, 50%)}; --code-color-2: #{hsl(330, 40%, 50%)};
--code-color-3: #{hsl(185, 40%, 40%)}; --code-color-3: #{hsl(185, 40%, 40%)};
--code-color-4: #{hsl(40, 20%, 50%)}; --code-color-4: #{hsl(40, 20%, 50%)};