diff options
| author | Michaela Brückner <brueckner@data-quest.de> | 2022-06-28 08:46:57 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-06-28 08:46:57 +0000 |
| commit | f4a9db3e58ec774042c702b3d5f5b07143c04510 (patch) | |
| tree | b1d1248880b4ac439975daf08f321490535e1bc1 /webpack.common.js | |
| parent | 263edc8ec25b0ce01613dbad6ad7ebb03ea79a1d (diff) | |
Accessibility: Adds an alternative, high-contrast color-scheme, closes #96
Closes #96
Merge request studip/studip!728
Diffstat (limited to 'webpack.common.js')
| -rw-r--r-- | webpack.common.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js index 98050ce..e98b449 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -14,7 +14,8 @@ module.exports = { "studip-wysiwyg": assetsPath + "/entry-wysiwyg.js", "studip-installer": assetsPath + "/entry-installer.js", "print": path.resolve(__dirname, "resources/assets/stylesheets") + "/print.less", - "webservices": path.resolve(__dirname, "resources/assets/stylesheets") + "/webservices.scss" + "webservices": path.resolve(__dirname, "resources/assets/stylesheets") + "/webservices.scss", + "accessibility": path.resolve(__dirname, "resources/assets/stylesheets") + "/highcontrast.scss" }, output: { path: path.resolve(__dirname, "public/assets"), |
