diff --git a/modules/readmes/colors.txt b/colors.txt similarity index 84% rename from modules/readmes/colors.txt rename to colors.txt index c32395a..67d429a 100644 --- a/modules/readmes/colors.txt +++ b/colors.txt @@ -1,6 +1,6 @@ in the css -@import url("https://styles.alv.cx/modules/colors/.css"); +@import url("https://styles.alv.cx/colors/.css"); and use the variables created in the file diff --git a/modules/colors/base16-default.css b/colors/base16-default.css similarity index 100% rename from modules/colors/base16-default.css rename to colors/base16-default.css diff --git a/modules/colors/gruvbox.css b/colors/gruvbox.css similarity index 100% rename from modules/colors/gruvbox.css rename to colors/gruvbox.css diff --git a/modules/colors b/modules/colors new file mode 120000 index 0000000..142c179 --- /dev/null +++ b/modules/colors @@ -0,0 +1 @@ +../colors/ \ No newline at end of file diff --git a/readme.txt b/readme.txt index d8ae6fe..b423b5f 100644 --- a/readme.txt +++ b/readme.txt @@ -8,11 +8,11 @@ to style a site: 1. put this at the top of a css file somewhere: - @import url("https://styles.alv.cx/modules/colors/.css"); + @import url("https://styles.alv.cx/colors/.css"); @import url("https://styles.alv.cx/base.css"); replacing with one of the options available at - https://styles.alv.cx/modules/colors/ + readme/ 2. add any of the optional modules you want. 3. a list of actively hosted modules can be seen in this repo in the modules folder and at