From 0b037c1a75c927f0f11e20aaac1f498ca141888c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Tue, 15 Mar 2022 16:22:28 +0900 Subject: [PATCH] =?UTF-8?q?=ED=97=A4=EB=8D=94=20=EC=83=89=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 988d45a..526f715 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -25,7 +25,7 @@ a { .header { /*background: url('/images/header_bg.png') no-repeat;*/ - background-color: #5c5c5c; + background-color: var(--bs-secondary); background-size: cover; height: 70px; position: fixed; @@ -40,7 +40,7 @@ a { left: 0; right: 0; bottom: 0; - background: #5c5c5c; + background: var(--bs-secondary); height: auto; width: 200px; min-width: inherit;