We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491990a commit b5c405aCopy full SHA for b5c405a
src/app/titlebar.scss
@@ -30,23 +30,12 @@
30
color: hsla(0, 0%, 100%, 0.7);
31
font-size: 14px;
32
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;
41
}
42
&:after {
43
content: cv('const:text.titlebar.version');
44
color: hsla(0, 0%, 100%, 0.3);
45
font-family: cv('font.code');
46
font-size: 10px;
47
- margin-left: -5px;
48
- margin-bottom: 3px;
49
- order: 3;
50
51
> svg {
52
filter: drop-shadow(0 0 5px $main-color);
0 commit comments