File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
exampleSite/content/test-product Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1018,6 +1018,8 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
1018
1018
details summary {
1019
1019
color : oklch (var (--color-brand ));
1020
1020
transition : text-decoration-color 0.15s ease-in-out;
1021
+ text-decoration : underline;
1022
+ text-decoration-color : oklch (var (--color-brand ) / 0.3 );
1021
1023
1022
1024
& ~ * {
1023
1025
margin-top : 1rem ;
Original file line number Diff line number Diff line change @@ -64,3 +64,9 @@ This won't render anything.
64
64
65
65
{{< see-also >}}See also!{{< /see-also >}}
66
66
67
+
68
+ ## details
69
+ <details open >
70
+ <summary style="font-weight:bold;">Learn how to pin NGINX Plus to a specific version</summary>
71
+ And this is the content on how to do so.
72
+ </details >
You can’t perform that action at this time.
0 commit comments