File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,16 +8,13 @@ html, body {
88 scrollbar-width : none;
99 -ms-overflow-style : none;
1010}
11-
1211div {
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;
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}
You can’t perform that action at this time.
0 commit comments