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