X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fangular-tour-of-heroes;a=blobdiff_plain;f=src%2Fstyles.css;h=1821a5fc8dcf26aa049df754f817ccc46f719ffc;hp=90d4ee0072ce3fc41812f8af910219f9eea3c3de;hb=eb0c4f4259330a8ba47d797c041697623f0b7f3c;hpb=fe13c256eb0be311a34d88c35f91b3d519b19f12 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; +}