From c007710144d22a0a2b2eee3ace983b7facb6a8e0 Mon Sep 17 00:00:00 2001 From: Alejandro Rojo Moreno <a01568336@tec.mx> Date: Wed, 22 Jun 2022 00:59:50 +0000 Subject: [PATCH] Update static/style.css --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index ccddefb9..1634a8c2 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { padding-top: 56px; } .left-aligned { margin-left: auto; } -.bg-dark { background-color: #343a40 !important; } +.bg-dark { background-color: #F62A2A !important; } .bg-hero { background-color: #b35252; } /* CALLOUT */ -- GitLab