_sass/_main.scss in jekyll-theme-opentoolbox-2.0.1 vs _sass/_main.scss in jekyll-theme-opentoolbox-2.0.2
- old
+ new
@@ -35,10 +35,14 @@
.thumbnail {
width: 100%;
}
.is-rounded {
- border-radius: $radius-large !important;
+ border-radius: $radius-medium !important;
+}
+
+.highlight {
+ border-radius: $radius !important;
}
.has-shadow {
box-shadow: $shadow-large !important;
}