Refactor privacy.html inline styles to modular SCSS

- Created src/scss/pages/_privacy.scss with all privacy page styles
- Moved all inline styles from privacy.html to proper CSS classes
- Replaced inline style attributes with semantic CSS classes:
  - privacy-header__title-wrapper for header positioning
  - privacy-header__title-content for centered title content
  - privacy-header__theme-toggle for theme toggle button
- Maintained all existing functionality and styling
- Improved maintainability and consistency with SCSS architecture
- All styles now use CSS variables for theme compatibility
This commit is contained in:
Deco Vander 2025-07-04 14:41:28 -04:00
parent aace06bb11
commit 23a06a5e84
5 changed files with 153 additions and 106 deletions

File diff suppressed because one or more lines are too long