5 lines
163 B
CSS
5 lines
163 B
CSS
.pa-fixed-header {
|
|
background-color: rgb(24, 24, 24) !important;
|
|
box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
|
|
transition: background-color 0.25s ease-out;
|
|
} |