templates/project/partials/_html5_boilerplate.scss in html5-boilerplate-0.1.2 vs templates/project/partials/_html5_boilerplate.scss in html5-boilerplate-0.1.3
- old
+ new
@@ -11,21 +11,21 @@
//--------------------------------
// Page
//--------------------------------
-body, select, input, textarea { color: $html5-boilerplate-font-color; }
+body, select, input, textarea { color: $font-color; }
-h1,h2,h3,h4,h5,h6 { @include bold-font; }
+h1, h2, h3, h4, h5, h6 { @include bold-font; }
html {
@include font-smoothing;
@include force-scrollbar;
}
-a, a:active, a:visited { color: $html5-boilerplate-link-color; }
-a:hover { color: $html5-boilerplate-link-hover-color; }
+a, a:active, a:visited { color: $link-color; }
+a:hover { color: $link-hover-color; }
ul { margin-left: 30px; }
ol { margin-left: 30px; list-style-type: decimal; }
small { @include small-font; }
@@ -41,9 +41,11 @@
@include quoted-pre;
@include align-input-labels;
@include hand-cursor-inputs;
+
+@include input-validation;
@include selected-text;
@include webkit-tap-highlight;