Ghost_Ruby_Theme/assets/css/misc/kg.css

49 lines
813 B
CSS
Raw Normal View History

2021-12-16 07:53:33 +02:00
.kg-card.kg-toggle-card .kg-toggle-heading-text {
2021-11-29 08:02:21 +02:00
font-size: 1.8rem;
font-weight: 700;
}
2021-12-16 07:53:33 +02:00
.has-serif-title .kg-toggle-card .kg-toggle-heading-text {
2021-11-29 08:02:21 +02:00
font-family: var(--font-serif);
}
.kg-callout-card-accent a {
text-decoration: underline;
}
2021-12-08 07:46:35 +02:00
blockquote.kg-blockquote-alt {
padding: 0;
font-style: normal;
line-height: 1.6;
color: var(--secondary-text-color);
}
2019-05-14 18:48:55 +03:00
.kg-width-wide,
.kg-width-full {
2020-09-28 06:05:46 +03:00
margin-right: -30px;
2020-10-19 04:07:40 +03:00
margin-left: -30px;
2020-09-28 06:05:46 +03:00
max-width: calc(100% + 60px);
width: auto;
2019-05-14 18:48:55 +03:00
}
2020-09-24 05:18:34 +03:00
.kg-width-wide img,
.kg-width-full img {
2020-09-28 06:05:46 +03:00
width: 100%;
}
2020-09-24 05:18:34 +03:00
2020-03-23 11:04:05 +02:00
.kg-image-card .kg-image {
2020-09-28 06:05:46 +03:00
cursor: pointer;
2020-03-23 11:04:05 +02:00
}
.kg-image {
margin-right: auto;
margin-left: auto;
}
2021-12-10 04:42:44 +02:00
.kg-embed-card {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}