mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
30 lines
409 B
SCSS
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;
|
|
}
|