From 2a6698653134e9297b7f693d7f1125fc36281abf Mon Sep 17 00:00:00 2001 From: pashute Date: Tue, 20 Nov 2018 17:06:20 +0200 Subject: [PATCH] solving issue #5554 Solving [Semantic-Org/Semantic-UI] Doc's theming example project link broken (#5554). It wasn't clear why the theming link to try it out was sending me to the project page on github. Now it should be clear. I was not able to check how it looks in html... --- server/documents/usage/theming.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/documents/usage/theming.html.eco b/server/documents/usage/theming.html.eco index 2fd5b24abb..9d752c39c5 100644 --- a/server/documents/usage/theming.html.eco +++ b/server/documents/usage/theming.html.eco @@ -44,7 +44,7 @@ type : 'Usage'

Recreating GitHub

Semantic UI includes an example project designed to showcase theming. This project includes examples of creating a packaged theme, using component CSS overrides, and managing your themes with theme.config.

-

To get started click the paint can icon next to the notification button in the top right

+

To get started click the paint can icon next to the notification button in the top right of the github project page.

The example project includes two HTML files, index.html is designed to swap themes using a sidebar, and uses precompiled CSS. static.html uses files outputted by Semantic UI and can be used alongside our gulp pipeline to try modifying themes hands on.