Styling changes

- Replace css.gg with fontawesome
- Update more colors (for light & dark themes)
This commit is contained in:
Sonny Bakker 2021-02-07 13:24:44 +01:00
parent 439a54c0ce
commit 039e8b803d
30 changed files with 3094 additions and 1227 deletions

View file

@ -3,6 +3,7 @@ import { CleanWebpackPlugin } from 'clean-webpack-plugin';
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
export default {
resolve: { extensions: ['.js', '.scss'] },
entry: {
main: ['./src/newsreader/js/index.js', './src/newsreader/scss/index.scss'],
},