diff options
-rw-r--r-- | app/assets/stylesheets/framework/functions.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/functions.scss b/app/assets/stylesheets/framework/functions.scss index 7b0c4cf4a75..fe4ee793625 100644 --- a/app/assets/stylesheets/framework/functions.scss +++ b/app/assets/stylesheets/framework/functions.scss @@ -1,3 +1,3 @@ @function hex-to-rgba-black-on-white($hex) { - @return rgba(0,0,0,(((255 - red($hex)) / 2.55) * .01)) + @return rgba(0, 0, 0, (((255 - red($hex)) / 2.55) * .01)) } |