meface/docs/.vuepress/styles/index.styl

68 lines
1.0 KiB
Stylus
Raw Normal View History

2023-11-17 10:54:23 +08:00
.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;
}