mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
28.35.2018 49ae30544a1c13a83fbb5b14361d1d9b83b28822
static/assets/sass/00-reset.scss
@@ -2,7 +2,7 @@
// Eric Meyer’s CSS Reset
//-------------------------------------------------------------------------------
//   http://meyerweb.com/eric/tools/css/reset/
//   http://meyerweb.com/eric/tools/css/reset/
//   v2.0 | 20110126
//   License: none (public domain)
@@ -16,8 +16,8 @@
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
@@ -27,8 +27,8 @@
   font: inherit;
   vertical-align: baseline;
}
// HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
// HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
@@ -90,9 +90,9 @@
   background-color: #FFFFFF;
   border-style: none;
}
body,
p,
a,
body,
p,
a,
a:hover {
   color: #000000;
}
@@ -101,10 +101,10 @@
// Reset Link Styles
//-------------------------------------------------------------------------------
a,
a,
a:hover {
   text-decoration: none;
   border: none;
   border-style: none;
   box-shadow: none;
}
}