diff --git a/popup.css b/popup.css index c8df6b5..9643db1 100644 --- a/popup.css +++ b/popup.css @@ -130,3 +130,24 @@ input:focus { left: 18%; bottom: 6%; } + + + +#index, #index:hover { + text-underline: none; +} + +#index { + padding: 5px; + color: #c2c2a3; + font-weight: weight; + +} + +#index:hover { + color: #2e2e1f; + border: 1px solid #2e2e1f; + border-radius: 2px; + cursor: pointer; +} + diff --git a/popup.html b/popup.html index 9a02a09..fcc7086 100644 --- a/popup.html +++ b/popup.html @@ -57,6 +57,10 @@