diff --git a/src/App.css b/src/App.css index 8bb5a52..e05bcfc 100644 --- a/src/App.css +++ b/src/App.css @@ -44,7 +44,11 @@ nav a { } nav a:hover { - color: red; + background-color: #007bff; + /* color: red; */ + font-size: 24px; + padding: 10px; + border-radius: 5px; } .content {