From 1ad2b530ca23aa3f3ce8b451538f1cb0fcafbc27 Mon Sep 17 00:00:00 2001 From: tongwenjing <656274287@qq.com> Date: Sun, 4 Sep 2022 22:47:28 +0800 Subject: [PATCH] Upload From local development env --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 811d976..570bf04 100755 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ body { padding-top: 56px; } .left-aligned { margin-left: auto; } .bg-dark { background-color: #343a40 !important; } -.bg-hero { background-color: #7952b3; } +.bg-hero { background-color: #2753b3; } /* CALLOUT */ .bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem } -- GitLab