Placeholder initial: bold uppercase drop-cap, larger
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -304,8 +304,10 @@
|
|||||||
color: color-mix(in srgb, var(--c) 64%, var(--ink)); opacity: 0.92;
|
color: color-mix(in srgb, var(--c) 64%, var(--ink)); opacity: 0.92;
|
||||||
text-transform: lowercase; letter-spacing: -0.01em;
|
text-transform: lowercase; letter-spacing: -0.01em;
|
||||||
}
|
}
|
||||||
/* A snazzy bold, slightly larger initial. */
|
/* A fancy drop-cap initial: bold, capitalized, and notably larger. */
|
||||||
.tile .media.placeholder .ph-word::first-letter { font-weight: 800; font-size: 1.2em; }
|
.tile .media.placeholder .ph-word::first-letter {
|
||||||
|
text-transform: uppercase; font-weight: 800; font-size: 1.9em;
|
||||||
|
}
|
||||||
/* A thumb card's banner carries the topic identity, so drop the faint corner
|
/* A thumb card's banner carries the topic identity, so drop the faint corner
|
||||||
watermark there to avoid a doubled word. */
|
watermark there to avoid a doubled word. */
|
||||||
.tile.hasthumb::after { display: none; }
|
.tile.hasthumb::after { display: none; }
|
||||||
|
|||||||
Reference in New Issue
Block a user