https://github.com/angular/angular
Raw File
Tip revision: b0854e2ec6a337cc639d405524aba225c9b45344 authored by Alex Rickabaugh on 21 July 2021, 21:31:12 UTC
release: cut the v12.1.3 release (#42914)
Tip revision: b0854e2
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, serif;
}
/* everywhere else */
* {
  font-family: Arial, Helvetica, sans-serif;
}
back to top