Compare commits
2 Commits
68b74f760b
...
b37dcf7c7d
| Author | SHA1 | Date | |
|---|---|---|---|
| b37dcf7c7d | |||
| f0a7946a52 |
@@ -4,6 +4,15 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<TrimMode>link</TrimMode>
|
||||
<RunAOTCompilation>true</RunAOTCompilation>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<BlazorEnableCompression>true</BlazorEnableCompression>
|
||||
<BlazorWebAssemblyEnableLinking>true</BlazorWebAssemblyEnableLinking>
|
||||
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
|
||||
<StripSymbols>true</StripSymbols>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
html, body {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
background-color: --var(--Mistox-Black);
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user