docs: default to white theme

This commit is contained in:
Eric Y Liu 2021-07-07 04:38:47 -07:00
commit 09be9f723a
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" theme="white">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />

View file

@ -1,3 +1,3 @@
import { writable } from "svelte/store";
export const theme = writable("g100");
export const theme = writable("white");