Skip to content

Commit 48afe3b

Browse files
committed
green border on hover
1 parent 61d0be0 commit 48afe3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/popup/popup.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ a:hover {
6464
.material-button {
6565
color: white;
6666
background-color: #202020;
67-
border: 1px solid white;
67+
border: 2px solid lightgray;
6868
text-decoration: none;
6969
cursor: pointer;
7070
border-radius: 4px;
@@ -77,8 +77,8 @@ a:hover {
7777
}
7878

7979
.material-button:hover {
80-
background-color: #f0f0f0;
81-
color: #202020;
80+
color: lightgreen;
81+
border: 2px solid lightgreen;
8282
}
8383

8484
.button-icon {

0 commit comments

Comments
 (0)