fix(extension): fix style of links (#835)

This commit is contained in:
Nathan Bierema 2021-09-04 21:41:27 +00:00 committed by GitHub
parent 4d8daffc6b
commit 01ad152ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,6 @@ style.
background-color: rgb(53, 59, 70);
color: #fff;
}
a {
color: #fff;
}
#root {
height: 100%;
}