Skip to content

Commit f470b0e

Browse files
Merge pull request #33 from Aashutosh-Mishra/develop
style: change primary hover color of pop-up
2 parents 929d4f2 + 621039f commit f470b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body.dark-mode {
1616
--text-color: #f2f2f7;
1717
--subtle-text-color: #98989d;
1818
--primary-color: #0a84ff;
19-
--primary-hover-color: #389dff;
19+
--primary-hover-color: #5e9edd;
2020
--container-bg-color: #2c2c2e;
2121
--border-color: #3a3a3c;
2222
}

0 commit comments

Comments
 (0)