We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a61936 commit b7d58afCopy full SHA for b7d58af
1 file changed
public/css/style.css
@@ -51,12 +51,11 @@ div {
51
left: 0;
52
font-size: 1em;
53
position: absolute;
54
- background-color: #220;
+ background-color: #eee;
55
margin: -10px 8px 0 -10px;
56
padding: 5px;
57
cursor: pointer;
58
- border-radius: 9px;
59
- /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);*/
+ border-radius: 8px;
60
z-index: 1000;
61
a {
62
text-decoration: none;
0 commit comments