68 lines
1.0 KiB
Stylus
68 lines
1.0 KiB
Stylus
.navbar .site-name{
|
||
font-size: 1.6rem;
|
||
font-family: fangsong;
|
||
font-weight: 600;
|
||
color: var(--text-color);
|
||
position: relative;
|
||
font-style: italic;
|
||
}
|
||
|
||
// 侧边栏样式
|
||
// 左侧侧边栏标题
|
||
|
||
.sidebar > .sidebar-links > li > a.sidebar-link {
|
||
//font-size: 1.5em !important;
|
||
margin-left: -1em;
|
||
}
|
||
// 右侧文章标题导航栏
|
||
a.sidebar-link {
|
||
font-size: 16px !important;
|
||
}
|
||
/**
|
||
// 左侧边栏标题字体大小样式
|
||
.sidebar-heading span{
|
||
font-size: 1.2em;
|
||
font-weight: bold;
|
||
}
|
||
.sidebar-heading.open span{
|
||
font-weight: bold;
|
||
}
|
||
|
||
|
||
// 左侧边栏展开文章的字体大小
|
||
a.sidebar-link.active {
|
||
color: #070808 !important;
|
||
font-size: 14px !important;
|
||
background: #c3d4b742 !important;
|
||
}
|
||
.sidebar-sub-headers a.sidebar-link {
|
||
margin: 0 1rem 0 1rem !important;
|
||
}
|
||
// 分组的透明度修改,未生效
|
||
.sidebar-group.is-sub-group > .sidebar-heading:not(.clickable){
|
||
opacity: 0.5;
|
||
}
|
||
|
||
// 去除左上角标题,作者,标签等
|
||
.page .page-title {
|
||
display: none;
|
||
}
|
||
*/
|
||
|
||
blockquote p{
|
||
margin:0;
|
||
}
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|