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

Commit 067a70e

Browse files
authored
Merge pull request #21 from Daniel4-Scratch/patch-6
Change background to background colour and more
2 parents d4fee8d + ca15159 commit 067a70e

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: #c9c9c9;
2023
}

0 commit comments

Comments
 (0)