1
0
forked from ALHP/ALHP.GO

matched background color of iframe for a more seamless integration

This commit is contained in:
2022-08-22 17:46:26 +02:00
parent 8cb15e8584
commit 2fd83dfcd4

View File

@@ -22,7 +22,7 @@
}
</style>
</head>
<body>
<body style="background: #0e0e12 !important;">
<nav class="navbar navbar-expand-lg sticky-top navbar-light bg-info">
<div class="container">
<div class="d-flex justify-content-start">
@@ -44,7 +44,7 @@
<div class="pt-4 pb-4">
<h4>Buildserver Stats</h4>
<iframe class="container-fluid rounded-1 overflow-hidden" height="330px"
<iframe allowtransparency="true" class="container-fluid rounded-1 overflow-hidden" height="330px"
src="https://stats.harting.dev/public-dashboards/0fb04abb0c5e4b7390cf26a98e6dead1"></iframe>
</div>