Skip to content

Commit

Permalink
Merge results
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Aug 10, 2024
2 parents 75d9f23 + 1f6eaeb commit d9b7921
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@
<link rel="stylesheet" href="_content/Bit.BlazorUI.Demo.Client.Core/prism-1.28.0/prism-okaidia-bit.css" />

<style>
body {
background-color: #0D2960;
}

body.bit-windows,
body.bit-macos,
body.bit-ios {
background-color: unset;
}

.bit-lds-grid div {
background-color: #123456;
}
Expand Down Expand Up @@ -130,7 +120,7 @@
</style>
</head>

<body class="bit-blazor-hybrid">
<body class="bit-css-clr-bg-pri bit-css-clr-fg-pri bit-blazor-hybrid">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G1ET5L69QF"></script>
<script>
Expand All @@ -141,7 +131,7 @@
gtag('config', 'G-G1ET5L69QF');
</script>
<!-- Google tag -->
<div id="app-container" class="bit-css-clr-bg-pri bit-css-clr-fg-pri">
<div id="app-container">
<div class="bit-lds-wrapper">
<div class="bit-lds-grid">
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
Expand Down

0 comments on commit d9b7921

Please sign in to comment.