diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2020-05-13 21:24:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 21:24:55 +0900 |
| commit | 9e739b527e65827ac0d16ab49500b971e7e6c0e2 (patch) | |
| tree | a54a6e6e0389c9bc9501b327d50014c135be71df | |
| parent | 554b492b37d98a0404a4167525aef29ec491dc63 (diff) | |
| parent | af932dc0b2798423e66ba67de1c099596ad2fd3f (diff) | |
Merge pull request #47 from clerval/patch-1
Fix links
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,13 +6,13 @@ This repository is for the application themes and tools used across the [Hundred ## Setup -**Install Theme support** by adding [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js) to your header. +**Install Theme support** by adding [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/scripts/lib/theme.js) to your header. ``` <script type="text/javascript" src="scripts/lib/theme.js"></script> ``` -**Define Theme overrides** in a dedicated [theme.css](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/links/theme.css) by adding this line to your header. +**Define Theme overrides** in a dedicated [theme.css](https://github.com/hundredrabbits/Dotgrid/blob/master/links/theme.css) by adding this line to your header. ``` <link rel="stylesheet" type="text/css" href="links/theme.css"/> |
