Skip to content

Commit ed2756b

Browse files
authored
feat index.html: add dark mode and materialstyle
1 parent 2119ccf commit ed2756b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

etc/policies/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<html>
1+
<html data-bs-theme="dark">
22
<head>
33
<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">
45
<link rel="preconnect" href="https://fonts.googleapis.com">
56
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
67
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
@@ -50,4 +51,4 @@
5051
});
5152
}
5253
render()
53-
</script>
54+
</script>

0 commit comments

Comments
 (0)