This commit is contained in:
CortexCore
2024-05-09 01:24:50 +08:00
commit 01f42d169d
24 changed files with 1386 additions and 0 deletions

20
wwwroot/app.css Normal file
View File

@@ -0,0 +1,20 @@
/*
This CSS file matches the color scheme from MudBlazor to Bootstrap when utilized for authentication.
The file remains available at all times for demonstration purposes,
but it is exclusively employed in the 'App.razor' component when authentication is enabled.
*/
.btn-primary {
text-transform: uppercase;
--bs-btn-bg: var(--mud-palette-primary) !important;
--bs-btn-hover-bg: var(--mud-palette-primary-darken) !important;
}
.nav-pills {
--bs-nav-pills-link-active-bg: var(--mud-palette-primary) !important;
}
.nav {
--bs-nav-link-color: var(--mud-palette-primary) !important;
--bs-nav-link-hover-color: var(--mud-palette-primary-darken) !important;
}