Files
brk/website_next/explore/block/title/style.css
T
2026-07-08 11:24:52 +02:00

32 lines
751 B
CSS

[data-block-title-text] {
display: flex;
flex-wrap: wrap;
gap: 0.35em;
align-items: baseline;
justify-content: var(--block-title-justify, flex-start);
min-width: 0;
overflow-wrap: anywhere;
color: var(--block-title-color, inherit);
font-family: var(--font-mono);
font-weight: var(--font-weight-regular);
line-height: 1;
[data-title-label] {
font-family: var(--font-serif);
font-size: var(--block-title-label-size);
font-style: italic;
line-height: 0.9;
text-transform: lowercase;
}
[data-title-height] {
color: var(--block-title-height-color);
font-size: var(--block-title-height-size);
line-height: var(--block-title-height-line-height);
[data-dim] {
opacity: 0.5;
}
}
}