X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fstyles.css;fp=src%2Fstyles.css;h=1821a5fc8dcf26aa049df754f817ccc46f719ffc;hb=73d0731d981e15ea882b6606cb1f672bb701502c;hp=90d4ee0072ce3fc41812f8af910219f9eea3c3de;hpb=ed0d31f519eee1dc46003c65e3b3e3b8cc0d3f6d;p=examples%2Fangular-tour-of-heroes diff --git a/src/styles.css b/src/styles.css index 90d4ee0..1821a5f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1 +1,22 @@ -/* You can add global styles to this file, and also import other style files */ +/* 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; +}