From 06d2fd30279b9b475704e7bba75ef7aa12744439 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 16 Feb 2020 13:11:37 +0800 Subject: [PATCH] Update moment.scss --- resources/assets/sass/moment.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/sass/moment.scss b/resources/assets/sass/moment.scss index 0d642d1f7..95c6adcba 100644 --- a/resources/assets/sass/moment.scss +++ b/resources/assets/sass/moment.scss @@ -1,4 +1,4 @@ -/* +/* red */ .bg-moment-passion { @@ -7,7 +7,7 @@ background: linear-gradient(to left, #e35d5b, #e53935); } -/* +/* teal/purple */ .bg-moment-azure { @@ -79,7 +79,7 @@ background: linear-gradient(to left, #734b6d, #42275a); } -/* +/* purple */ .bg-moment-argon { @@ -95,4 +95,4 @@ background: #141E30; background: -webkit-linear-gradient(to left, #243B55, #141E30); background: linear-gradient(to left, #243B55, #141E30); -} \ No newline at end of file +}