mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update collapsible section outline style on focus
This commit is contained in:
+8
-6
@@ -74,8 +74,7 @@
|
|||||||
prose-hr:!border-skin-line prose-li:marker:!text-skin-accent
|
prose-hr:!border-skin-line prose-li:marker:!text-skin-accent
|
||||||
prose-blockquote:!border-l-skin-accent prose-blockquote:border-opacity-50;
|
prose-blockquote:!border-l-skin-accent prose-blockquote:border-opacity-50;
|
||||||
}
|
}
|
||||||
#article a,
|
.prose a {
|
||||||
#about a {
|
|
||||||
@apply hover:!text-skin-accent;
|
@apply hover:!text-skin-accent;
|
||||||
}
|
}
|
||||||
.prose thead th:first-child,
|
.prose thead th:first-child,
|
||||||
@@ -83,13 +82,16 @@
|
|||||||
tfoot td:first-child {
|
tfoot td:first-child {
|
||||||
padding-left: 0.5714286em;
|
padding-left: 0.5714286em;
|
||||||
}
|
}
|
||||||
#article h2#table-of-contents {
|
.prose h2#table-of-contents {
|
||||||
@apply mb-2;
|
@apply mb-2;
|
||||||
}
|
}
|
||||||
#article details {
|
.prose details {
|
||||||
@apply text-skin-base;
|
@apply text-skin-base cursor-pointer inline-block select-none;
|
||||||
}
|
}
|
||||||
#article h2#table-of-contents + p {
|
.prose summary {
|
||||||
|
@apply focus-outline;
|
||||||
|
}
|
||||||
|
.prose h2#table-of-contents + p {
|
||||||
@apply hidden;
|
@apply hidden;
|
||||||
}
|
}
|
||||||
#article details {
|
#article details {
|
||||||
|
|||||||
Reference in New Issue
Block a user