feat(theme): ThemeHead stylesheet entry point

This commit is contained in:
Joseph Doherty
2026-06-01 04:56:26 -04:00
parent 40f6962d05
commit cac2f659e4
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
@namespace ZB.MOM.WW.Theme
@* Components/ThemeHead.razor — drop in <head>, AFTER your Bootstrap <link>. *@
<link rel="stylesheet" href="_content/ZB.MOM.WW.Theme/css/theme.css" />
<link rel="stylesheet" href="_content/ZB.MOM.WW.Theme/css/layout.css" />