Skip to content

Commit 4c6fd69

Browse files
committed
fix style again
1 parent b061685 commit 4c6fd69

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

public/css/style.css

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ html, body {
88
scrollbar-width: none;
99
-ms-overflow-style: none;
1010
}
11-
1211
div {
1312
margin: 0;
1413
padding: 0;
1514
}
16-
1715
::-webkit-scrollbar {
1816
display: none;
1917
}
20-
2118
.banner-container {
2219
background: transparent;
2320
text-align: center;
@@ -31,7 +28,6 @@ div {
3128
align-items: center;
3229
margin: 0 auto;
3330
}
34-
3531
.banner-image {
3632
max-width: 100%;
3733
height: auto;
@@ -45,20 +41,19 @@ div {
4541
border: 3px solid #888;
4642
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
4743
}
48-
4944
.watermark {
5045
top: 0;
5146
left: 0;
5247
font-size: 1em;
5348
position: absolute;
54-
background-color: #eee;
49+
background-color: #1f1f1f1;
5550
margin: -10px 8px 0 -10px;
5651
padding: 5px;
5752
cursor: pointer;
5853
border-radius: 8px;
5954
z-index: 1000;
60-
a {
61-
text-decoration: none;
62-
color: #fff;
63-
}
55+
}
56+
a {
57+
text-decoration: none;
58+
color: #fff;
6459
}

0 commit comments

Comments
 (0)