mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-10 10:38:14 -07:00
32 lines
751 B
CSS
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;
|
|
}
|
|
}
|
|
}
|