Skip to content

Commit b7d58af

Browse files
committed
fix watermark style
1 parent 2a61936 commit b7d58af

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

public/css/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ div {
5151
left: 0;
5252
font-size: 1em;
5353
position: absolute;
54-
background-color: #220;
54+
background-color: #eee;
5555
margin: -10px 8px 0 -10px;
5656
padding: 5px;
5757
cursor: pointer;
58-
border-radius: 9px;
59-
/*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);*/
58+
border-radius: 8px;
6059
z-index: 1000;
6160
a {
6261
text-decoration: none;

0 commit comments

Comments
 (0)