projects
/
examples
/
angular-tour-of-heroes
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4: Add Services
[examples/angular-tour-of-heroes]
/
src
/
styles.css
1
/* Application-wide Styles */
2
h1 {
3
color: #369;
4
font-family: Arial, Helvetica, sans-serif;
5
font-size: 250%;
6
}
7
h2, h3 {
8
color: #444;
9
font-family: Arial, Helvetica, sans-serif;
10
font-weight: lighter;
11
}
12
body {
13
margin: 2em;
14
}
15
body, input[type="text"], button {
16
color: #333;
17
font-family: Cambria, Georgia;
18
}
19
/* everywhere else */
20
* {
21
font-family: Arial, Helvetica, sans-serif;
22
}