헤더 색 변경.

master
강석 최 2022-03-15 16:22:28 +09:00
parent 0d7c3a67a5
commit 0b037c1a75
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ a {
.header { .header {
/*background: url('/images/header_bg.png') no-repeat;*/ /*background: url('/images/header_bg.png') no-repeat;*/
background-color: #5c5c5c; background-color: var(--bs-secondary);
background-size: cover; background-size: cover;
height: 70px; height: 70px;
position: fixed; position: fixed;
@ -40,7 +40,7 @@ a {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: #5c5c5c; background: var(--bs-secondary);
height: auto; height: auto;
width: 200px; width: 200px;
min-width: inherit; min-width: inherit;