Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted committed Jan 26, 2024
1 parent 6ef10fa commit 6de970d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Foodie/ClientApp/src/custom-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Custom Theming for Angular Material
// For more information: https://material.angular.io/guide/theming
@import '~@angular/material/theming';
@import './app-theme';
// Plus imports for other components in your app.

// Include the common styles for Angular Material. We include this here so that you only
Expand Down
4 changes: 1 addition & 3 deletions Foodie/ClientApp/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

/* Provide sufficient contrast against white background */

@import './app-theme';

a {
color: #0366d6;
}
Expand Down Expand Up @@ -33,7 +31,7 @@ body {
button:focus,
button:active:focus,
button.active:focus {
outline: none !important;
outline: none !important;
outline-style: none !important;
}

Expand Down

0 comments on commit 6de970d

Please sign in to comment.