We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf868d4 commit 698ddfdCopy full SHA for 698ddfd
assets/css/v2/style.css
@@ -935,6 +935,26 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
935
}
936
937
938
+/* Details/Summary */
939
+details summary {
940
+ color: oklch(var(--color-brand));
941
+ transition: text-decoration-color 0.15s ease-in-out;
942
+ text-decoration: underline;
943
+ text-decoration-color: oklch(var(--color-brand) / 0.3);
944
+
945
+ & ~ * {
946
+ margin-top: 1rem;
947
+ }
948
+}
949
950
+details summary:hover {
951
+ text-decoration-color: oklch(var(--color-brand) / 0.8);
952
953
954
+details:hover {
955
+ cursor: pointer;
956
957
958
/* MARK: Content
959
*/
960
0 commit comments