From e5e0ce08da450e4c666824f2824de335583e289b Mon Sep 17 00:00:00 2001 From: shibafu Date: Fri, 7 Jun 2019 22:10:32 +0900 Subject: [PATCH] =?UTF-8?q?iOS=E5=AF=BE=E7=AD=96=E3=81=A7=E3=80=81?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E8=89=B2=E3=81=AE=E6=8C=87=E5=AE=9A=E3=82=92?= =?UTF-8?q?transparent=E3=81=8B=E3=82=89rgba=E3=81=A7=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E3=81=AA=E7=99=BD=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/components/_link-card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/components/_link-card.scss b/resources/assets/sass/components/_link-card.scss index 214b2b8..476bbda 100644 --- a/resources/assets/sass/components/_link-card.scss +++ b/resources/assets/sass/components/_link-card.scss @@ -21,7 +21,7 @@ width: 100%; height: 100%; content: ''; - background: linear-gradient(transparent 320px, white); + background: linear-gradient(rgba(255, 255, 255, 0) 320px, white); } }