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 0209d21 commit 1658fa6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion hljs.css

This file was deleted.

1 change: 0 additions & 1 deletion main.css

This file was deleted.

Binary file added public/.DS_Store
Binary file not shown.
8 changes: 2 additions & 6 deletions src/app/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,10 @@
&:before {
content: cv('const:text.titlebar.shortct');
color: $main-color;
font-size: 9px;
font-weight: 700;
text-shadow: 0 0 3px;
content: cv('const:text.titlebar.shortos');
color: $main-color;
font-size: 11px;
font-size: 10px;
font-weight: 700;
text-shadow: 0 0 3px;

}
&:after {
content: cv('const:text.titlebar.version');
Expand Down
3 changes: 1 addition & 2 deletions src/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ $cv: (
),
text: (titlebar: (main: 'CTOS',
version: '3.0',
shortct: 'CT',
shortos: 'OS',
shortct: 'CTOS',
),
account: (main: 'Watch Dogs',
version: 'Legion',
Expand Down

0 comments on commit 1658fa6

Please sign in to comment.