Difference between revisions of "Team:UCSC/another look.css"

 
(14 intermediate revisions by the same user not shown)
Line 38: Line 38:
 
}
 
}
  
 +
*,
 +
*::before,
 +
*::after {
 +
  box-sizing: border-box;
 +
}
  
 +
html {
 +
  font-family: sans-serif;
 +
  line-height: 1.15;
 +
  -webkit-text-size-adjust: 100%;
 +
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 +
}
 +
 +
 +
 +
body {
 +
  margin: 0;
 +
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 +
  font-size: 1rem;
 +
  /*font-weight: 400;
 +
  line-height: 1.5;
 +
  color: #212529;
 +
  text-align: left;
 +
  background-color: #fff;*/
 +
}
  
 
[tabindex="-1"]:focus {
 
[tabindex="-1"]:focus {
Line 9,415: Line 9,439:
 
}
 
}
 
/*# sourceMappingURL=bootstrap.css.map */
 
/*# sourceMappingURL=bootstrap.css.map */
 +
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 18:27, 28 August 2019