From 30c6deb86cc42eafbe0eba1684523914814c4e1c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 11 Jan 2023 01:30:28 -0800 Subject: [PATCH] generalize button img hover --- css/instance.css | 4 ---- css/style.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/instance.css b/css/instance.css index f2fc2c4..cc21596 100644 --- a/css/instance.css +++ b/css/instance.css @@ -34,8 +34,4 @@ hr { .btn-group img { height: 16px; -} - -.btn-group img:hover { - cursor: pointer; } \ No newline at end of file diff --git a/css/style.css b/css/style.css index 1523e5d..ec11cad 100644 --- a/css/style.css +++ b/css/style.css @@ -72,4 +72,8 @@ p { nav { margin: 20px 0px 20px 0px; +} + +.btn-group img:hover { + cursor: pointer; } \ No newline at end of file