Skip to content
Snippets Groups Projects

Add a css class "lightTheme" to the body, so that we can set the css style...

Merged Stuffed requested to merge Stuffedgame/fc-pregmod:css into pregmod-master

Add a css class "lightTheme" to the body, so that we can set the css style based on the current light theme

e.g. in css you can do:

/* For dark theme */ .hello { color: green; }

/* For light theme */ body.lightTheme .hello { color: red; }

Merge request reports

Approval is optional

Merged by PregmodderPregmodder 6 years ago (Mar 23, 2019 2:05am UTC)

Merge details

  • Changes merged into pregmod-master with fb0e660f.
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading