45 lines
600 B
CSS
45 lines
600 B
CSS
#paige-authors,
|
|
#paige-breadcrumbs,
|
|
#paige-credit,
|
|
#paige-date,
|
|
#paige-keywords,
|
|
#paige-reading-time,
|
|
#paige-series,
|
|
#paige-toc,
|
|
.paige-authors,
|
|
.paige-date,
|
|
.paige-date-header,
|
|
.paige-keywords,
|
|
.paige-reading-time,
|
|
.paige-series,
|
|
.paige-summary {
|
|
display: none;
|
|
}
|
|
|
|
#paige-content {
|
|
font-size: 1.25rem;
|
|
font-weight: 300;
|
|
}
|
|
|
|
b, strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
hr {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.desc-box {
|
|
font-size: 16px;
|
|
color: rgb(120, 120, 120);
|
|
}
|
|
|
|
a {
|
|
font-weight: bolder;
|
|
text-decoration: none;
|
|
color: rgb(40, 173, 145);
|
|
}
|
|
|
|
.nav-link {
|
|
color: rgb(40, 173, 145);
|
|
} |