diff --git a/src/app/app.component.css b/src/app/app.component.css index 6f4bd81..49bed05 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -8,6 +8,16 @@ li { margin-right: 10px; } +.navigation button { + font-weight: bold; +} + + button:hover , button:focus { + background-color: purple; + color: aliceblue; + font-weight: bold; +} + img { height: auto; width: 141px; diff --git a/src/app/app.component.html b/src/app/app.component.html index 15a23ca..3ee728d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -47,8 +47,9 @@ - -