Skip to content

Commit dedc679

Browse files
committed
Add custom colours
1 parent 090f313 commit dedc679

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
<meta name="description" content="GD Documentation">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
10+
<style>
11+
/* Custom colour theme. */
12+
:root{
13+
--mono-hue: 160;
14+
--theme-hue: 160;
15+
--theme-saturation: 100%;
16+
--theme-lightness: 70%;
17+
}
18+
</style>
1019
</head>
1120
<body>
1221
<div id="app"></div>

0 commit comments

Comments
 (0)