aimementoring / website

AIME Mentoring Website
1 stars 0 forks source link

CSS: Review global body styles #651

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

CSS: Review global body styles

https://github.com/aimementoring/website/blob/282ad65e697094939856788e83c0d549df341e00/pages/_app.scss#L18


// @todo CSS: Refactor global href styles
// we shouldn't be setting color here, but could have some smart global styles ...

a {
  color: $purple;
  font-weight: bold;
  letter-spacing: 0.001em;
}

img {
  max-width: 100%;
}

// @todo CSS: Review global body styles 
// There are some extra rules here that probably aren't needed at all

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  height: 100%;
  letter-spacing: -0.35px;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  text-rendering: optimizeLegibility;
  width: 100%;
}

html {
  overflow-y: scroll;
}
ew file mode 100644
ndex 000000000..553177e54
++ b/pages/_document.js

318106abc1ff8e638900dc61bfa3dd3aeca6c05b