calendar_monthly
calendar_monthly copied to clipboard
fix(css): use more narrow scope of selectors
Currently the selectors would also match other modules' contents. Using a more narrow selector makes sure that you don't break the css of other modules.