Skip to content

Commit d6476f0

Browse files
authored
Adjust padding and add opacity in fool.js
Reduced padding and added opacity to the element's style.
1 parent 332ca09 commit d6476f0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

static/js/fool.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@
3333
right: "0",
3434
bottom: "0",
3535
display: "block",
36-
padding: "12px 16px",
36+
padding: "6px 3px",
3737
background: "#111",
3838
color: "#fff",
3939
textAlign: "center",
4040
textDecoration: "none",
4141
fontFamily: "sans-serif",
4242
fontSize: "10px",
43-
zIndex: "999999"
43+
zIndex: "999999",
44+
opacity:0.7
4445
});
4546

4647
link.addEventListener("mouseenter", () => {

0 commit comments

Comments
 (0)