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 6fe5d07 commit 3f2a6cf
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 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 modified src/.DS_Store
Binary file not shown.
Binary file added src/app/.DS_Store
Binary file not shown.
5 changes: 2 additions & 3 deletions src/app/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@
color: $main-color;
font-weight: 700;
text-shadow: 0 0 3px;

}
&:after {
content: cv('const:text.titlebar.version');
content: '#{$version}';
color: hsla(0, 0%, 100%, 0.3);
}
}
}
2 changes: 1 addition & 1 deletion src/variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// CLEARVISION VARIABLES.
// CLEARVISION VARIABLES
$cv: (
// CONSTANTS
constants: (colors: (discord-blurple: #5865f2,
Expand Down

0 comments on commit 3f2a6cf

Please sign in to comment.