Skip to content

Commit 646ee95

Browse files
committed
prevent auto dark mode for now. Messes up the colours
1 parent 461f4c5 commit 646ee95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/_includes/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{ metadata.language }}">
2+
<html lang="{{ metadata.language }}" data-theme="light">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

0 commit comments

Comments
 (0)