Completed chrome extension

This commit is contained in:
Leonetienne
2021-03-13 18:56:08 +01:00
parent c10a3f40f2
commit 5f3012948c
6 changed files with 57 additions and 18 deletions

View File

@@ -9,7 +9,17 @@ button {
transform 0.15s ease;
}
button.small {
padding: 0.15em 1em;
}
button:hover {
transform: scale(1.075);
color: #fff;
background-color: #5954a4;
}
button.special:hover {
/*background-color: #5954a4;*/
color: #fff;
animation: color-cycle;