File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -931,6 +931,21 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
931
931
align-items : flex-start;
932
932
}
933
933
934
+ /* Details/Summary */
935
+ details summary {
936
+ color : oklch (var (--color-brand ));
937
+ transition : text-decoration-color 0.15s ease-in-out;
938
+
939
+ & ~ * {
940
+ margin-top : 1rem ;
941
+ }
942
+ }
943
+
944
+ details : hover {
945
+ cursor : pointer;
946
+ text-decoration-color : oklch (var (--color-brand ) / 0.8 );
947
+ }
948
+
934
949
/* Table of Contents */
935
950
# TableOfContents {
936
951
/* Close all TOC on sidebar */
@@ -1013,7 +1028,7 @@ h3:target,
1013
1028
h4 : target ,
1014
1029
h5 : target ,
1015
1030
h6 : target {
1016
- color : var (--color-brand );
1031
+ color : oklch ( var (--color-brand ) );
1017
1032
1018
1033
.headerlink ::before {
1019
1034
display : block !important ;
You can’t perform that action at this time.
0 commit comments