헤더 색 변경.
parent
0d7c3a67a5
commit
0b037c1a75
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue