-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added consistent color theme to the permissions page to match ou…
…r logo (#89) * docs: updated installation instructions and began organizing the headers for the doc site * fix: resolved broken link issue and fixed the nav bar * fix: changed formatting in the operating systems section on the dicsite * docs: create a trouble shooting section for the docsite and added long paths as the first page * docs: created a trouble shooting section for the docsite and added long paths as the first page * fix: added some styling to the mic and camera permissions page in the object detection app * fix: added consistent color theme to the permissions page to match our logo * fix: added consistent color theme to the permissio ns page to match our logo --------- Co-authored-by: Charles P <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export const CustomColors = { | ||
teal: "#2C8395", | ||
elecBlue: "#5FCCF5", | ||
backgroundGrayBlue: "#EAF5F9", | ||
deepSkyBlue: "#00BFFF", | ||
lightGray: "#F3F3F3", | ||
}; |