nss-evening-cohort-7 / chatty-papaphobia

chatty-papaphobia created by GitHub Classroom
1 stars 2 forks source link

Theme Change Event #22

Open jessrod11 opened 6 years ago

jessrod11 commented 6 years ago

Story

As a user, I want to be able to click on radio buttons that change the theme and font styles.

Acceptance Criteria

When User clicks on a radio button Then Then an event listener will target the class of radio And Apply the appropraite style, according to which radios are selected

Technical Notes

jessrod11 commented 6 years ago

const stylesheets = {
  night-sky: "styles/night-sky.css",
}
zoeames commented 6 years ago

This ticket will need to be done before the theme tickets. For the purpose of this ticket maybe create the css files and just change the background color for each theme when the radio button is clicked. Then use the other tickets to go back and modify each css file