https://github.com/angular/angular
Raw File
Tip revision: 2c7ff82f31361c7435649ee5284f5aa6691de2cf authored by Andrew Kushnir on 22 July 2020, 16:36:00 UTC
release: cut the v10.0.5 release
Tip revision: 2c7ff82
styles.1.css
/* Application-wide Styles */
h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}
h2, h3 {
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
body {
  margin: 2em;
}
body, input[type="text"], button {
  color: #333;
  font-family: Cambria, Georgia;
}
/* everywhere else */
* {
  font-family: Arial, Helvetica, sans-serif;
}
back to top