X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fangular-tour-of-heroes;a=blobdiff_plain;f=src%2Fapp%2Fapp.component.css;h=c62f2661592e270b6b57a4ac8b903a1bd14d85eb;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=01d86dbcab0d62868039039611bfd50c3eaada4a;hpb=bf2c0b48e2a1a30943716a66b72ae0f1e9de2d6f diff --git a/src/app/app.component.css b/src/app/app.component.css index e69de29..c62f266 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -0,0 +1,28 @@ +/* AppComponent's private CSS styles */ +h1 { + font-size: 1.2em; + margin-bottom: 0; +} +h2 { + font-size: 2em; + margin-top: 0; + padding-top: 0; +} +nav a { + padding: 5px 10px; + text-decoration: none; + margin-top: 10px; + display: inline-block; + background-color: #eee; + border-radius: 4px; +} +nav a:visited, a:link { + color: #334953; +} +nav a:hover { + color: #039be5; + background-color: #cfd8dc; +} +nav a.active { + color: #039be5; +}