From 7a8b967d47dde58671c7d2eaa348d15ad61de1ee Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 13 Sep 2019 16:51:13 +0200 Subject: [PATCH] Updated Creating your own themes (markdown) --- Creating-your-own-themes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Creating-your-own-themes.md b/Creating-your-own-themes.md index aacebe4..2771c7a 100644 --- a/Creating-your-own-themes.md +++ b/Creating-your-own-themes.md @@ -10,6 +10,7 @@ You can't use the raw link as Github doesn't pass the mime types. That's why all Open the theme css file you want to change and look at the variables available. Copy them to a new file. Remember to also include the `@import` line. +> If you have forked the repo and want to stay up to date with any changes I make, use the `https://gilbn.github.io` URL and not your own! Add the theme to your service and load the page. If you press `F12` and go to the `Elements` tab and scroll down you should see the variables in the root pseudo-class.