aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

CSS: Refactor global href styles #704

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

CSS: Refactor global href styles

https://github.com/aimementoring/website/blob/cd27c3743b492fa7b93950163b1a86620412e343/pages/_app.scss#L5

@import '../styles/videojs';

// @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

cf03fd2bf2ac27721e1c171a7a79a5b60a2fb62b