mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
46 lines
736 B
CSS
46 lines
736 B
CSS
.kg-toggle-card .kg-toggle-heading-text {
|
|
font-size: 1.8rem;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.has-serif-title .kg-toggle-heading-text {
|
|
font-family: var(--font-serif);
|
|
}
|
|
|
|
.kg-toggle-content > * + * {
|
|
margin: 2.4rem 0 0;
|
|
}
|
|
|
|
.kg-callout-card-accent a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
blockquote.kg-blockquote-alt {
|
|
padding: 0;
|
|
font-style: normal;
|
|
line-height: 1.6;
|
|
color: var(--secondary-text-color);
|
|
}
|
|
|
|
.kg-width-wide,
|
|
.kg-width-full {
|
|
margin-right: -30px;
|
|
margin-left: -30px;
|
|
max-width: calc(100% + 60px);
|
|
width: auto;
|
|
}
|
|
|
|
.kg-width-wide img,
|
|
.kg-width-full img {
|
|
width: 100%;
|
|
}
|
|
|
|
.kg-image-card .kg-image {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.kg-image {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|