Skip to content

Commit

Permalink
Merge branch 'Metallic-Web:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpiedumplings committed Feb 13, 2023
2 parents 2716862 + 61b5e6e commit 10c4053
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/style/appearance.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,15 @@ body[appearance="hub"] {
body[appearance="hub"] .homenav {
justify-content: flex-start;
}

body[appearance="tiktok"] {
--text: #fff;
--text-contrast: #fff;
--highlight: #ff3b5c;
--background: #121212;
--placeholder: #bdc1c6;
--font-main: "Roboto";
--font-title: "Open Sans";
--secondary: #ffffff1f;
--hover: #ffffff33;
}

0 comments on commit 10c4053

Please sign in to comment.