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 2a9f189 commit ca35a7cCopy full SHA for ca35a7c
1 file changed
assets/css/lesson.scss
@@ -389,3 +389,13 @@ kbd {
389
white-space: nowrap;
390
font-style: normal;
391
}
392
+
393
+//------------------------------------------
394
+// Show solution while printing (Ctrl + P)
395
+// -----------------------------------------
396
397
+@media print {
398
+ blockquote.solution > * {
399
+ display: unset !important;
400
+ }
401
+}
0 commit comments