aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/webview.js
blob: 6df0aaaeaf73ca2af4e141b7aefc179657698d03 (plain) (blame)
1
2
3
4
5
const path = require('path');

module.exports = Franz => {
  Franz.injectCSS(path.join(__dirname, 'style.css'));
};