You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2025. It is now read-only.
Description
We need to create a styles folder that contains a colors and fonts folder that contains our different font choices and color palette that we can reference in our components and pages for creating consistent styling across site
UC
As a user, I want to see visually appealing and consistent styling across entire website in order to not be confused and jarred with drastically different styling on each page I visit on the same site
As a developer, I want to easily access, view, and change styling across components in order to save time when implementing styling or changing a color/font choice across site
AC
Both of these files should simply export default a list of fonts or colors
colors file should contain a list of items as such "descriptiveColorTitle: "#hexcode", "
fonts file should contain a list of items as such "descriptiveFontName: "font-family", "
install styled-components into the repo
set up some basic reusable tags in containers folder and typography folder