Skip to content

Commit

Permalink
Update branding to reflect the actual version and restore default colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddim-GLiTCH authored and Riddim-GLiTCH committed Jun 26, 2023
1 parent 6098100 commit dc5c9b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/core/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

:root {
/* Don't like the colors? Change these variables! */
--accent: rgb(0, 255, 179);
--accent-muted: rgb(0, 124, 124);
--accent-dimmest: rgb(0, 59, 47);
--accent: rgb(255, 0, 0);
--accent-muted: rgb(124, 0, 0);
--accent-dimmest: rgb(59, 0, 0);
--text-shadow-size: 0px;
/* End of user editable variables. Proceed past this point with caution! */
}
2 changes: 1 addition & 1 deletion src/theme/misc/_vars.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--version: "Virtual Boy V1.1-main-1";
--version: "Virtual Boy V1.2-main-1";
--background-message-hover: none !important;
--background-mentioned: none !important;
--background-mentioned-hover: none !important;
Expand Down

0 comments on commit dc5c9b2

Please sign in to comment.