Skip to content

Commit 8082caf

Browse files
committed
fix css problem
1 parent 42efdf4 commit 8082caf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/tdb-dashboard/src/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
margin: 0 auto;
1414
}
1515
</style>
16-
<link type="text/css" href="/assets/App.css">
17-
<link href="https://bootswatch.com/5/darkly/bootstrap.css" type="text/css" crossorigin="anonymous">
18-
<link type="text/css" href="/assets/Colors.css">
1916
</head>
2017
<body>
2118
<div id="root" class="h-100">
@@ -36,5 +33,9 @@
3633
})
3734
}
3835
</script>
36+
<!-- do not move from here this css have to override the css called inside the js fiile-->
37+
<link href="/assets/App.css" rel="stylesheet">
38+
<link href="https://bootswatch.com/5/darkly/bootstrap.css" rel="stylesheet" crossorigin="anonymous">
39+
<link href="/assets/Colors.css" rel="stylesheet">
3940
</body>
4041
</html>

0 commit comments

Comments
 (0)