Skip to content

Commit

Permalink
Make switcher a background color to reduce purple
Browse files Browse the repository at this point in the history
The amount of color (purple) was a little overwhelming and I think should be used more sparingly
  • Loading branch information
danielchalmers committed Aug 17, 2024
1 parent 0a9a645 commit 6c2b86c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions JournalApp/wwwroot/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,10 @@ h1, h2, h3, h4, h5, h6 {
margin: 0 !important;
top: 0 !important;
position: sticky !important;
background-color: var(--mud-palette-primary-lighten);
--mud-palette-action-default: var(--mud-palette-appbar-text);
background-color: var(--mud-palette-background);
border-bottom: 1px solid var(--mud-palette-divider);
}

.mud-dialog .mud-dialog-title, .page-header *.mud-typography {
color: var(--mud-palette-appbar-text);
}

.mud-dialog .mud-dialog-content, .page-body {
width: 100%;
max-width: 960px;
Expand Down

0 comments on commit 6c2b86c

Please sign in to comment.