Updated menu visibility
This commit is contained in:
@@ -26,14 +26,13 @@ body {
|
||||
// Default the application to a light color theme. This can be changed to
|
||||
// `dark` to enable the dark color theme, or to `light dark` to defer to the
|
||||
// user's system settings.
|
||||
color-scheme: light;
|
||||
color-scheme: dark;
|
||||
|
||||
// Set a default background, font and text colors for the application using
|
||||
// Angular Material's system-level CSS variables. Learn more about these
|
||||
// variables at https://material.angular.dev/guide/system-variables
|
||||
background-color: var(--mat-sys-surface);
|
||||
color: var(--mat-sys-on-surface);
|
||||
font: var(--mat-sys-body-medium);
|
||||
background-color: var(--surface-ground);
|
||||
color: var(--text-color);
|
||||
|
||||
// Reset the user agent margin.
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user