0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +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'/>
}

View File

@@ -109,6 +109,7 @@ body {
place-items : center;
justify-content : center;
position : absolute;
margin : 0;
top : 0;
left : 0;
width : 100%;