summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/functions.scss2
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))
}