We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35370d1 commit 670f74cCopy full SHA for 670f74c
app/Views/welcome.php
@@ -1,14 +1,15 @@
1
<?php defined('COREPATH') or exit('No direct script access allowed'); ?>
2
3
<!DOCTYPE html>
4
-<html lang="en">
+<html lang="en" class="dark">
5
6
<head>
7
<meta charset="utf-8">
8
<title>Welcome to Webby</title>
9
<script src="<?= APP_BASE_URL . 'assets/tailwind.css?plugins=typography' ?>"></script>
10
<script>
11
tailwind.config = {
12
+ // darkMode: 'class',
13
theme: {
14
extend: {
15
colors: {
0 commit comments