Skip to content

Commit b5c405a

Browse files
committed
watermark
1 parent 491990a commit b5c405a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/app/titlebar.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,12 @@
3030
color: hsla(0, 0%, 100%, 0.7);
3131
font-size: 14px;
3232
text-shadow: 0 0 3px #000;
33-
background-image: url('https://i.imgur.com/SelZS1H.png');
34-
background-repeat: no-repeat;
35-
background-size: contain;
36-
background-position: left center;
37-
padding-left: 18px;
38-
margin-right: 10px;
39-
margin-left: 1.5rem;
40-
order: 2;
4133
}
4234
&:after {
4335
content: cv('const:text.titlebar.version');
4436
color: hsla(0, 0%, 100%, 0.3);
4537
font-family: cv('font.code');
4638
font-size: 10px;
47-
margin-left: -5px;
48-
margin-bottom: 3px;
49-
order: 3;
5039
}
5140
> svg {
5241
filter: drop-shadow(0 0 5px $main-color);

0 commit comments

Comments
 (0)