@teipublisher/pb-components
Version:
Collection of webcomponents underlying TEI Publisher
26 lines (21 loc) • 448 B
CSS
.table-grid thead th.gridjs-th {
color: #CC9900;
text-align: center;
}
.code-white-bg pre {
background-color: darkseagreen;
}
.code-white-bg code {
font-family: 'Arial', Arial, Helvetica, sans-serif;
}
.code-white-bg .token.keyword {
color: purple;
}
@media (min-width: 1024px) {
.code-white-bg pre {
background-color: white;
}
}
pb-browse-docs .toolbar > div {
display: none;
}