Skip to content

Commit

Permalink
feat index.html: add dark mode and materialstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Oct 2, 2024
1 parent 2119ccf commit ed2756b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/policies/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<html data-bs-theme="dark">
<head>
<script src="/modules/marked/marked.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materialstyle/[email protected]/dist/css/materialstyle.min.css" integrity="sha384-TveZ4SBMG9Zwu44Pq5aK2bgL+4CaFRTtx6pSSsxmQKWhIRKoONDSRW+k+NA9A0Gk" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -50,4 +51,4 @@
});
}
render()
</script>
</script>

0 comments on commit ed2756b

Please sign in to comment.