From 40a3fa4e43a99b92b3f48d5c1ad0aef67244b79b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 3 Feb 2023 16:29:13 -0500 Subject: [PATCH] add color to discogs label --- common/static/sass/_Label.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/static/sass/_Label.sass b/common/static/sass/_Label.sass index ddca4936..984d38a5 100644 --- a/common/static/sass/_Label.sass +++ b/common/static/sass/_Label.sass @@ -101,3 +101,7 @@ $bandcamp-color-secondary: white // transform: skewX(30deg) display: inline-block margin: 0 4px + &.source-label__discogs + color: white + background-color: #262626 + border-color: #262626