From 8b6d70b73cb127294f2634ca86d3fdb45dbdec5a Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 7 Apr 2021 22:50:27 +0800 Subject: [PATCH] [fix]Fix trapezoid on splashpage --- app/views/schedules/_event.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/schedules/_event.html.haml b/app/views/schedules/_event.html.haml index dbd16b10..9373d0c3 100644 --- a/app/views/schedules/_event.html.haml +++ b/app/views/schedules/_event.html.haml @@ -14,7 +14,8 @@ %br %small{ style: "color: #{contrast_color(header_color)}" } = event.subtitle - .trapezoid{ style: "color: #{header_color}; top: 12px;" } + + .trapezoid{ style: "color: #{header_color}; border-top-color: #{header_color}; top: 12px;" } .panel-body %h4