From eb28c3d4c17a136ac520495bab81c2770031be41 Mon Sep 17 00:00:00 2001 From: Qwerasd Date: Tue, 28 Aug 2018 03:30:43 -0400 Subject: [PATCH] Added disclaimer at top for people who might think this is a tutorial. --- Creating-Themes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Creating-Themes.md b/Creating-Themes.md index 09d0785..bcd13d4 100644 --- a/Creating-Themes.md +++ b/Creating-Themes.md @@ -1,5 +1,7 @@ # Overview +NOTE: This is not a tutorial for creating themes, this page only exists to provide technical information regarding what is required to make a theme. If you do not know CSS go elsewhere to learn it before trying to create a theme. + 1. BandagedBD themes are limited to a single file. 2. The file must be named as `themename.theme.css`, the theme name can be whatever you want. 3. Theme files require a [[META|Plugin-and-Theme-METAs]] to be recognized.