We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d0be0 commit 48afe3bCopy full SHA for 48afe3b
1 file changed
src/popup/popup.css
@@ -64,7 +64,7 @@ a:hover {
64
.material-button {
65
color: white;
66
background-color: #202020;
67
- border: 1px solid white;
+ border: 2px solid lightgray;
68
text-decoration: none;
69
cursor: pointer;
70
border-radius: 4px;
@@ -77,8 +77,8 @@ a:hover {
77
}
78
79
.material-button:hover {
80
- background-color: #f0f0f0;
81
- color: #202020;
+ color: lightgreen;
+ border: 2px solid lightgreen;
82
83
84
.button-icon {
0 commit comments