You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Dark theme |`assets/css/modern-dark-theme.css` (copied to `static/css/` on build) |
21
+
|Themes |`light`, `glass`, `dark` — tokens in `assets/css/theme-tokens.css`; overrides in `modern-dark-theme.css` and `modern-glass-theme.css` (copied to `static/css/` on build) |
22
22
| Icons | Phosphor Icons (CDN) |
23
23
| Deploy | GitHub Actions → GitHub Pages |
24
24
@@ -33,7 +33,7 @@ Static site for [codefrydev.in](https://codefrydev.in/) — free online tools, g
33
33
# Install JS dependencies (first time)
34
34
npm install
35
35
36
-
# Build Tailwind + dark theme CSS
36
+
# Build Tailwind + theme CSS
37
37
npm run build:css
38
38
39
39
# Watch CSS while editing (optional, second terminal)
@@ -108,7 +108,9 @@ When [`data/history.yaml`](data/history.yaml) includes dates for a new year:
108
108
## CSS notes
109
109
110
110
- Edit Tailwind utilities and components in [`assets/css/tailwind-input.css`](assets/css/tailwind-input.css).
111
+
- Edit shared color tokens in [`assets/css/theme-tokens.css`](assets/css/theme-tokens.css).
111
112
- Edit dark-mode overrides in [`assets/css/modern-dark-theme.css`](assets/css/modern-dark-theme.css).
113
+
- Edit glass-mode overrides in [`assets/css/modern-glass-theme.css`](assets/css/modern-glass-theme.css).
112
114
- Always run `npm run build:css` before committing CSS-related changes (CI runs this on deploy).
0 commit comments