Skip to content

Commit 8f962fd

Browse files
committed
fix: set light theme for threat intelligence
1 parent 82a86de commit 8f962fd

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.bg-dark{
2-
background-color: black!important;
3-
}
41

52
.utm-navbar-secondary {
63
height: 50px!important;
@@ -9,5 +6,6 @@
96
.iframe-position {
107
position: absolute;
118
width: 100%;
9+
height: 100%;
1210
top: -5px;
1311
}

frontend/src/app/threatwind/threatwind.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="bg-dark iframe-position">
1+
<div class="bg-white iframe-position">
22
<iframe style="height: 89.4vh" [src]="iframeSrc | safe:'resourceUrl'" width="100%"></iframe>
33
</div>
44

frontend/src/app/threatwind/threatwind.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Component, OnInit } from '@angular/core';
88
export class ThreatwindComponent implements OnInit {
99

1010
height = window.innerHeight + 250;
11-
iframeSrc = 'https://galaxy.threatwinds.com/';
11+
iframeSrc = 'https://galaxy.threatwinds.com?theme=light';
1212

1313
constructor() { }
1414

0 commit comments

Comments
 (0)