aimementoring / website

AIME Mentoring Website
2 stars 0 forks source link

CSS: find way to remove global videojs styles #703

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

CSS: find way to remove global videojs styles

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

// @todo CSS: find way to remove global videojs styles
@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

0f1251c3011240068f29ef942028cfb64d16b5c1