mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +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-blockquote:!border-l-skin-accent prose-blockquote:border-opacity-50;
|
||||
}
|
||||
#article a,
|
||||
#about a {
|
||||
.prose a {
|
||||
@apply hover:!text-skin-accent;
|
||||
}
|
||||
.prose thead th:first-child,
|
||||
@@ -83,13 +82,16 @@
|
||||
tfoot td:first-child {
|
||||
padding-left: 0.5714286em;
|
||||
}
|
||||
#article h2#table-of-contents {
|
||||
.prose h2#table-of-contents {
|
||||
@apply mb-2;
|
||||
}
|
||||
#article details {
|
||||
@apply text-skin-base;
|
||||
.prose details {
|
||||
@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;
|
||||
}
|
||||
#article details {
|
||||
|
||||
Reference in New Issue
Block a user