dark mode in docs
This commit is contained in:
14
website/docs/top.html
Normal file
14
website/docs/top.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="stylesheet" href="/css/docs/topstyle.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="top-container">
|
||||
<div class="top-wrapper">
|
||||
<button onclick="toggleDarkMode();" id="darkToggle">☽</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user