Skip to content
Snippets Groups Projects
Commit 5ec77764 authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #133 from rgaiacs/styles-round-corners

Improve round corners on block input and output
parents bb66b28b 60185ce1
Branches
Tags
No related merge requests found
......@@ -32,6 +32,7 @@ $color-testimonial: #fc8dc1 !default;
color: $color;
border-left: solid 5px $color;
margin-bottom: 0px;
border-radius: 4px 0 0 4px;
}
.error { @include cdSetup($color-error); }
......@@ -45,6 +46,18 @@ $color-testimonial: #fc8dc1 !default;
.r { @include cdSetup($color-source); }
.sql { @include cdSetup($color-source); }
.error pre,
.output pre,
.source pre,
.bash pre,
.make pre,
.matlab pre,
.python pre,
.r pre,
.sql pre {
border-radius: 0 4px 4px 0;
}
//----------------------------------------
// Specialized blockquote environments for learning objectives, callouts, etc.
//----------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment