Add title class for use on <strong>

This commit is contained in:
daudix
2024-10-17 00:26:47 +03:00
parent 24ee9864f9
commit 77df7c1120
7 changed files with 14 additions and 10 deletions

View File

@ -164,10 +164,8 @@
width: min(calc(var(--container-width) / 3), calc(90vw - 3rem));
max-height: 50vh;
&>strong {
strong.title {
color: var(--fg-muted-4);
font-size: var(--font-size-x-large);
line-height: 1;
}
div {