@callstack/rspress-theme
Version:
Callstack theme for Rspress docs
65 lines (55 loc) • 1.29 kB
CSS
/* EDIT ON GITHUB */
a.rp-edit-link {
color: var(--rp-c-text-2);
position: relative;
padding-left: 32px;
}
a.rp-edit-link::before {
content: "";
position: absolute;
left: 0;
top: -2px;
width: 24px;
height: 24px;
background: url("../assets/edit-box.svg") no-repeat center center / contain;
}
/* DOC HEADERS */
/* header anchors (appear on hover) */
.rp-header-anchor {
line-height: 1.2 ;
margin-left: -1em ;
}
/* doc page header */
.rp-doc.rspress-doc > h1.rp-toc-include {
margin-bottom: 1.5rem ;
}
/* doc section header */
.rp-doc.rspress-doc > h2.rp-toc-include {
margin-bottom: 0 ;
border: none ;
}
/* 404 page */
.rp-not-found {
min-height: 100vh ;
}
.rp-not-found__error-code {
font-family: var(--rp-font-family) ;
font-weight: 500 ;
line-height: 1.2 ;
color: var(--rp-c-text-1) ;
}
.rp-not-found__title {
font-family: var(--rp-font-family) ;
font-weight: 500 ;
line-height: 1.2 ;
color: var(--rp-c-text-2) ;
}
.rp-doc p > code {
padding: 0.1em 0.2em;
font-size: 1em ;
border-radius: 4px ;
}
.rp-code-button-group {
top: 8px ;
right: 8px ;
}