Files
date-calculator/styles.css
Olivier e5552e2d4c chore: update dependencies and clean up styles
- Added @codemirror/language and @lezer/common as devDependencies in package.json and package-lock.json.
- Removed inline date-calc styling and specific CodeMirror styles from styles.css for a cleaner design.
2026-01-04 19:59:31 -05:00

7 lines
83 B
CSS

/*
Date Calc Plugin Styles
*/
.date-calc-inline {
color: var(--text-accent);
}