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 @@ -1014,6 +1014,21 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
1014
1014
align-items : flex-start;
1015
1015
}
1016
1016
1017
+ /* Details/Summary */
1018
+ details summary {
1019
+ color : oklch (var (--color-brand ));
1020
+ transition : text-decoration-color 0.15s ease-in-out;
1021
+
1022
+ & ~ * {
1023
+ margin-top : 1rem ;
1024
+ }
1025
+ }
1026
+
1027
+ details : hover {
1028
+ cursor : pointer;
1029
+ text-decoration-color : oklch (var (--color-brand ) / 0.8 );
1030
+ }
1031
+
1017
1032
/* Table of Contents */
1018
1033
# TableOfContents {
1019
1034
/* Close all TOC on sidebar */
@@ -1096,7 +1111,7 @@ h3:target,
1096
1111
h4 : target ,
1097
1112
h5 : target ,
1098
1113
h6 : target {
1099
- color : var (--color-brand );
1114
+ color : oklch ( var (--color-brand ) );
1100
1115
1101
1116
.headerlink ::before {
1102
1117
display : block !important ;
You can’t perform that action at this time.
0 commit comments