jsdk-offical
Version:
JSDK is the most comprehensive TypeScript framework, like JDK.
50 lines (42 loc) • 862 B
CSS
h1 {
font-size: 1.8em ;
font-weight: 500 ;
}
h2 {
font-size: 1.2em ;
font-weight: bold ;
}
h3 {
font-size: 1.1em ;
font-weight: bold ;
}
h4 {
font-size: 1em ;
font-weight: bold ;
}
em {
font-size: smaller ;
}
.sidebar>h1 {
font-size: 1.2rem ;
font-weight: 300 ;
}
/* docsify theme bugfix */
td::before {
content: none ;
}
.sidebar-nav>ul>li:nth-child(3)>a::after,
.sidebar-nav>ul>li:nth-child(10)>a::after {
color: #ff00ff;
content: " Update";
font-style: italic;
font-size: smaller;
font-weight: 500;
}
/* .sidebar-nav>ul>li:nth-child(12)>a::after {
color: red;
content: " New";
font-style: italic;
font-size: smaller;
font-weight: 500;
} */