Skip to content

Commit c580fa7

Browse files
authored
Merge pull request #86 from Project-MONAI/model_zoo_grey_fix
Fix excessive grey in hero section for model zoo
2 parents 23102c2 + 852d7be commit c580fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model-zoo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body class="flex flex-col min-h-screen">
1717
<!-- #include file="components/header.html" -->
1818

19-
<main class="flex-grow pt-20 bg-gray-50">
19+
<main class="flex-grow pt-20">
2020
<div id="app"></div>
2121
</main>
2222

@@ -29,4 +29,4 @@
2929
<!-- #include file="components/scripts.html" -->
3030
<script src="src/model-zoo-vue.js"></script>
3131
</body>
32-
</html>
32+
</html>

0 commit comments

Comments
 (0)