- 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.
7 lines
83 B
CSS
7 lines
83 B
CSS
/*
|
|
Date Calc Plugin Styles
|
|
*/
|
|
|
|
.date-calc-inline {
|
|
color: var(--text-accent);
|
|
} |