diff --git a/app/views/app.css b/app/views/app.css index 30cc5ff..d3e8dc4 100644 --- a/app/views/app.css +++ b/app/views/app.css @@ -23,8 +23,7 @@ header h1 { margin: 0; } -header h1 > a, -header h1 > a:hover { +header h1 > :is(a, a:hover) { color: var(--nc-ac-1); }