log4js-node/docs/assets/css/style.scss
2022-06-23 01:00:07 +08:00

30 lines
409 B
SCSS

@import "{{ site.theme }}";
header ul {
display: block;
background-color: white;
border: none;
width: auto;
height: auto;
padding: 0;
list-style: disc;
clear: both;
margin-left: 20px;
}
header li {
display: list-item;
width: auto;
border: none;
float: none;
height: auto;
}
header ul a {
display: inline;
width: auto;
text-align: left;
color: #39c;
font-size: 14px;
}