From d3e9b86b7f44619da1939ea876139755f75b57df Mon Sep 17 00:00:00 2001 From: maki Date: Fri, 17 May 2024 09:28:23 -0300 Subject: [PATCH] fix: error de mergeo --- app/assets/stylesheets/application.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 5083641d..66408700 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -88,9 +88,10 @@ $sizes: ( &:focus { box-shadow: 0 0 0 0.2rem $cyan; } - a.black { - color: $white; - } + } + + a.black { + color: $white; } }