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.
index.html
1 parent 2119ccf commit ed2756bCopy full SHA for ed2756b
etc/policies/index.html
@@ -1,6 +1,7 @@
1
-<html>
+<html data-bs-theme="dark">
2
<head>
3
<script src="/modules/marked/marked.min.js"></script>
4
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materialstyle/materialstyle@3.1.1/dist/css/materialstyle.min.css" integrity="sha384-TveZ4SBMG9Zwu44Pq5aK2bgL+4CaFRTtx6pSSsxmQKWhIRKoONDSRW+k+NA9A0Gk" crossorigin="anonymous">
5
<link rel="preconnect" href="https://fonts.googleapis.com">
6
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
7
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
@@ -50,4 +51,4 @@
50
51
});
52
}
53
render()
-</script>
54
+</script>
0 commit comments