aboutsummaryrefslogtreecommitdiff
path: root/_example/custom.css
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-23 19:26:29 +0700
committerShulhan <ms@kilabit.info>2026-01-24 07:11:24 +0700
commitbd65f02acbd18532342f18e65e86edd1a2062e1c (patch)
treea14cd70acdb84fd447c1ba3629453a073c200d59 /_example/custom.css
parent62c2e03409e8f7bc6f3f20df36603344afaf2b3a (diff)
downloadciigo-bd65f02acbd18532342f18e65e86edd1a2062e1c.tar.xz
all: move _example/ directory under _doc/ directory
This allow us to inspect the example using the serve-doc task, along with the content of _doc/.
Diffstat (limited to '_example/custom.css')
-rw-r--r--_example/custom.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/_example/custom.css b/_example/custom.css
deleted file mode 100644
index 8bf831b..0000000
--- a/_example/custom.css
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info>
- * SPDX-License-Identifier: GPL-3.0-or-later
- */
-
-h1 {
- color: sienna;
-}