diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index f3c43245cc..8b13bd55d6 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -636,13 +636,12 @@ textarea { } background: linear-gradient( to bottom, - rgb(238, 238, 238) 0%, - /* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(243, 243, 243) 12%, - /* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(255, 255, 255) 27%, + /* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(238, 238, 238) 0%, + /* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(243, 243, 243) 12%, + rgb(255, 255, 255) 27%, rgb(255, 255, 255) 60%, - rgb(249, 249, 249) 85%, - /* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(213, 213, 213) 100% - /* (1 - 0.27) * 255 + 0.27 * 98*/ + /* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(249, 249, 249) 85%, + /* (1 - 0.27) * 255 + 0.27 * 98 */ rgb(213, 213, 213) 100% ); display: flex; align-items: center;