We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c52e1 commit 34bec5cCopy full SHA for 34bec5c
1 file changed
styles.css
@@ -497,6 +497,16 @@ img {
497
border: 1px solid var(--line);
498
border-radius: 1.4rem;
499
background: rgba(255, 255, 255, 0.02);
500
+ cursor: pointer;
501
+ transition:
502
+ border-color 0.2s ease,
503
+ background-color 0.2s ease,
504
+ transform 0.2s ease;
505
+}
506
+
507
+.code-example:hover {
508
+ border-color: rgba(255, 255, 255, 0.16);
509
+ background: rgba(255, 255, 255, 0.03);
510
}
511
512
.code-example-summary {
0 commit comments