fixed cursor URL
|
@ -65,7 +65,6 @@ module.exports = function(eleventyConfig) {
|
||||||
eleventyConfig.addWatchTarget('styles');
|
eleventyConfig.addWatchTarget('styles');
|
||||||
eleventyConfig.addPassthroughCopy({'styles': '/'});
|
eleventyConfig.addPassthroughCopy({'styles': '/'});
|
||||||
eleventyConfig.addPassthroughCopy({'svg': '/'});
|
eleventyConfig.addPassthroughCopy({'svg': '/'});
|
||||||
eleventyConfig.addPassthroughCopy('js');
|
|
||||||
|
|
||||||
// Plugins //
|
// Plugins //
|
||||||
eleventyConfig.addPlugin(require('@11ty/eleventy-plugin-directory-output'));
|
eleventyConfig.addPlugin(require('@11ty/eleventy-plugin-directory-output'));
|
||||||
|
@ -102,7 +101,7 @@ module.exports = function(eleventyConfig) {
|
||||||
});
|
});
|
||||||
eleventyConfig.addPlugin(require('eleventy-plugin-svg-contents'));
|
eleventyConfig.addPlugin(require('eleventy-plugin-svg-contents'));
|
||||||
eleventyConfig.addPlugin(require('@sardine/eleventy-plugin-tinysvg'), {
|
eleventyConfig.addPlugin(require('@sardine/eleventy-plugin-tinysvg'), {
|
||||||
baseUrl: 'assets/svg/'
|
baseUrl: 'svg/'
|
||||||
});
|
});
|
||||||
eleventyConfig.addPlugin(require('eleventy-plugin-toc'), {
|
eleventyConfig.addPlugin(require('eleventy-plugin-toc'), {
|
||||||
ul: true,
|
ul: true,
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
"primary": "#E6£946",
|
"primary": "#E6£946",
|
||||||
"description": "Why and How to quit mainstream social media",
|
"description": "Why and How to quit mainstream social media",
|
||||||
"favicon": "https://quitsocialmedia.club/favicon.svg",
|
"favicon": "https://quitsocialmedia.club/favicon.svg",
|
||||||
"image": "/logos/qsm.png",
|
"image": "https://quitsocialmedia.club/qsm.png",
|
||||||
"source": "https://codeberg.org/tommi/quitsocialmedia.club"
|
"source": "https://codeberg.org/tommi/quitsocialmedia.club"
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ $quicktrans: .2s;
|
||||||
|
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: url(/logos/red-cursor.svg) 16 16, crosshair;
|
cursor: url(/red-cursor.svg) 16 16, crosshair;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
|
||||||
|
@ -345,7 +345,7 @@ button,
|
||||||
.aa-suggestion,
|
.aa-suggestion,
|
||||||
.embed-container,
|
.embed-container,
|
||||||
label {
|
label {
|
||||||
cursor: url(/logos/red-cursor-hover.svg) 16 16, pointer;
|
cursor: url(/red-cursor-hover.svg) 16 16, pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 841 B After Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |