Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
disable dark theme for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Jun 22, 2018
1 parent 530f450 commit 834f7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/layouts/_default/baseof.html
Expand Up @@ -53,7 +53,7 @@
</head>


<body class="page-kube dark">
<body class="page-kube">
<header>{{ block "header" . }}{{ end }}</header>
<main>{{ block "main" . }}{{ end }}</main>
<footer>{{ block "footer" . }}{{ end }}</footer>
Expand Down

0 comments on commit 834f7de

Please sign in to comment.