feat: 💄 expand styling for definition lists
This commit is contained in:
parent
c94722952c
commit
67b0ca97b2
1 changed files with 11 additions and 5 deletions
|
@ -36,7 +36,7 @@ a:not(nav a, .button) {
|
||||||
}
|
}
|
||||||
|
|
||||||
details {
|
details {
|
||||||
@apply overflow-clip rounded-xl shadow-xl border border-solid border-sky-500 bg-sky-200 text-sky-500 dark:bg-sky-950 dark:text-sky-500;
|
@apply overflow-clip rounded-xl shadow-xl border border-solid border-sky-600 bg-sky-200 text-sky-600 dark:bg-sky-950 dark:text-sky-300;
|
||||||
|
|
||||||
margin: 1.25em 0;
|
margin: 1.25em 0;
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ details {
|
||||||
}
|
}
|
||||||
|
|
||||||
&[open] summary {
|
&[open] summary {
|
||||||
@apply border-b border-solid border-sky-500;
|
@apply border-b border-solid border-sky-600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,9 +62,15 @@ summary {
|
||||||
font-family: var(--font-heading);
|
font-family: var(--font-heading);
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dl {
|
||||||
@apply font-normal;
|
dt {
|
||||||
font-family: var(--font-heading);
|
@apply !font-normal !text-sky-600 dark:!text-sky-300;
|
||||||
|
font-family: var(--font-heading);
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
@apply !text-sky-800 dark:!text-sky-500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-item:target p {
|
.footnote-item:target p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue