Ghost_Ruby_Theme/assets/css/misc/kg.css
2021-12-10 10:42:44 +08:00

53 lines
845 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;
}
.kg-embed-card {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}