_sass/_settings.scss in jekyll-theme-pirati-3.0.0 vs _sass/_settings.scss in jekyll-theme-pirati-3.1.0
- old
+ new
@@ -58,11 +58,11 @@
);
$light-gray: #e6e6e6;
$medium-gray: #cacaca;
$dark-gray: #8a8a8a;
$black: #0a0a0a;
-$white: #fefefe;
+$white: #fff;
$body-background: $white;
$body-font-color: $black;
$body-font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
$body-antialiased: true;
$global-margin: 1rem;
@@ -145,12 +145,12 @@
$code-padding: rem-calc(2 5 1);
$anchor-color: $primary-color;
$anchor-color-hover: scale-color($anchor-color, $lightness: -14%);
$anchor-text-decoration: none;
$anchor-text-decoration-hover: none;
-$hr-width: $global-width;
-$hr-border: 1px solid $medium-gray;
+$hr-width: 100%;
+$hr-border: 1px solid $light-gray;
$hr-margin: rem-calc(20) auto;
$list-lineheight: $paragraph-lineheight;
$list-margin-bottom: $paragraph-margin-bottom;
$list-style-type: disc;
$list-style-position: outside;
@@ -350,10 +350,10 @@
$input-font-family: inherit;
$input-font-size: rem-calc(16);
$input-background: $white;
$input-background-focus: $white;
$input-background-disabled: $light-gray;
-$input-border: 1px solid $medium-gray;
+$input-border: 1px solid $primary-color;
$input-border-focus: 1px solid $dark-gray;
$input-shadow: inset 0 1px 2px rgba($black, 0.1);
$input-shadow-focus: 0 0 5px $medium-gray;
$input-cursor-disabled: not-allowed;
$input-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;