_sass/buttons.scss in just-the-docs-0.2.5 vs _sass/buttons.scss in just-the-docs-0.2.6
- old
+ new
@@ -19,10 +19,10 @@
text-decoration: none;
vertical-align: baseline;
cursor: pointer;
background-color: $base-button-color;
border-width: 0;
- border-radius: 3px;
+ border-radius: $border-radius;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
appearance: none;
&:focus {
text-decoration: none;