Skip to content

Commit 1abd826

Browse files
committed
feat: disable grayscale
1 parent 17de33c commit 1abd826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
@import './bootstrap';
33
@import 'bootstrap-icons/font/bootstrap-icons';
44

5-
app-index {
6-
display: block;
7-
filter: grayscale(100%);
8-
}
5+
//app-index {
6+
// display: block;
7+
// filter: grayscale(100%);
8+
//}
99

1010
.navbar {
1111
margin-bottom: 1rem;

0 commit comments

Comments
 (0)