Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 94a7ea3

Browse files
Change background to background colour and more
Change background to background-color and made it more darker when you click on an icon.
1 parent 1d34fc5 commit 94a7ea3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
height: 24px;
1717
}
1818
#formatter img:hover {
19-
background: #e6e6e6;
19+
background-color: #e6e6e6;
20+
}
21+
#formatter img:active {
22+
background-color: grey;
2023
}

0 commit comments

Comments
 (0)