From 55616d876f5644ece39f4597834c49617aa2013d Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 8 Mar 2019 10:22:43 +0900 Subject: [Skip visual] test --- app/assets/stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 83ad8766cb5..e0c07adda3a 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -43,3 +43,7 @@ * Styles for JS behaviors. */ @import "behaviors"; + +.badge-primary { + background-color: orange !important; +} -- cgit v1.2.1