Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeK34959 committed May 1, 2023
1 parent 21ffc9a commit 56f83d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion main.css

Large diffs are not rendered by default.

Binary file added public/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
content: cv('const:text.titlebar.shortct');
color: $main-color;
font-size: 9px;
font-weight: 500;
font-weight: 700;
text-shadow: 0 0 3px;
content: cv('const:text.titlebar.shortos');
color: $main-color;
Expand All @@ -102,7 +102,7 @@
text-shadow: 0 0 3px;
}
&:after {
content: 'const:text.titlebar.version';
content: cv('const:text.titlebar.version');
color: hsla(0, 0%, 100%, 0.3);
}
}

0 comments on commit 56f83d7

Please sign in to comment.