Added CSS to better style the electron menubar

This commit is contained in:
Joel Collins 2019-06-03 15:50:07 +01:00
parent 22d139ecf8
commit f35a06008c
2 changed files with 20 additions and 0 deletions

View file

@ -4,6 +4,9 @@
// Highlight.js
@import "./highlight.less";
// Electron app theming
@import "./app.less";
// Custom OpenFlexure theming
@global-primary-background: #C32280;