Skip to content

Commit 60185ce

Browse files
committed
Improve round corners on block input and output
1 parent 93aae56 commit 60185ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

assets/css/lesson.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $color-testimonial: #fc8dc1 !default;
3232
color: $color;
3333
border-left: solid 5px $color;
3434
margin-bottom: 0px;
35+
border-radius: 4px 0 0 4px;
3536
}
3637

3738
.error { @include cdSetup($color-error); }
@@ -45,6 +46,18 @@ $color-testimonial: #fc8dc1 !default;
4546
.r { @include cdSetup($color-source); }
4647
.sql { @include cdSetup($color-source); }
4748

49+
.error pre,
50+
.output pre,
51+
.source pre,
52+
.bash pre,
53+
.make pre,
54+
.matlab pre,
55+
.python pre,
56+
.r pre,
57+
.sql pre {
58+
border-radius: 0 4px 4px 0;
59+
}
60+
4861
//----------------------------------------
4962
// Specialized blockquote environments for learning objectives, callouts, etc.
5063
//----------------------------------------

0 commit comments

Comments
 (0)