0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 09:02:37 +00:00

Make blank theme load by default behind all themes

This commit is contained in:
Trevor Buckner
2022-08-07 00:37:47 -04:00
parent 9d05ee56a3
commit fd64215298
2 changed files with 2 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ const BrewRenderer = createClass({
<RenderWarnings />
<NotificationPopup />
</div>
<link href={`/themes/${rendererPath}/Blank/style.css`} rel='stylesheet'/>
{baseThemePath &&
<link href={`/themes/${rendererPath}/${baseThemePath}/style.css`} rel='stylesheet'/>
}