Skip to content

Change body background dynamically in css #17239

Answered by manishprivet
yifeikong asked this question in Help
Discussion options

You must be logged in to vote

Use

<style jsx global>
  {`
      body {
          background: red;
       }
   `}
</style>

in your warning/[id].js

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@lavcraft
Comment options

@ssmet
Comment options

@manishprivet
Comment options

@lavcraft
Comment options

@manishprivet
Comment options

Answer selected by yifeikong
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #17239 on September 21, 2020 12:34.