From a6ae92d66cb9d7982517c2b27c847b1768f7d296 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 7 Sep 2022 17:04:39 +0900 Subject: [PATCH] use :is --- app/views/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); }