We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42efdf4 commit 8082cafCopy full SHA for 8082caf
packages/tdb-dashboard/src/index.html
@@ -13,9 +13,6 @@
13
margin: 0 auto;
14
}
15
</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">
19
</head>
20
<body>
21
<div id="root" class="h-100">
@@ -36,5 +33,9 @@
36
33
})
37
34
38
35
</script>
+ <!-- do not move from here this css have to override the css called inside the js fiile-->
+ <link href="/assets/App.css" rel="stylesheet">
+ <link href="https://bootswatch.com/5/darkly/bootstrap.css" rel="stylesheet" crossorigin="anonymous">
39
+ <link href="/assets/Colors.css" rel="stylesheet">
40
</body>
41
</html>
0 commit comments