Skip to content

Commit f072596

Browse files
committed
fixed last lay-out issues
1 parent c7c98f4 commit f072596

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/resources/challenges/challenge-60/challenge-60.snippet

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
</div>
2424
</div>
2525

26+
<style>
27+
.mcp-output {
28+
background-color: #f8f9fa !important;
29+
color: #212529 !important;
30+
border: 1px solid #dee2e6 !important;
31+
}
32+
</style>
33+
2634
<script>
2735
function mcpPost(payload, outputId) {
2836
const out = document.getElementById(outputId);

src/main/resources/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<title>OWASP WrongSecrets</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8-
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.3.2/css/dataTables.bootstrap5.min.css} " />
8+
<link th:rel="stylesheet" th:href="@{/webjars/datatables/2.3.7/css/dataTables.bootstrap5.min.css}" />
99
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.3.8/css/bootstrap.min.css} " />
1010
<link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
1111
<link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />

0 commit comments

Comments
 (0)