diff --git a/src/renderer/App.css b/src/renderer/App.css index 77958ab..5fa383d 100644 --- a/src/renderer/App.css +++ b/src/renderer/App.css @@ -5,7 +5,7 @@ } .app-header { - background: #2c3e50; + background: #3498db; color: white; padding: 1rem 2rem; display: flex; @@ -56,6 +56,10 @@ background: #229954; } +.add-btn:focus { + outline: none; +} + .app-main { flex: 1; padding: 2rem;