fixed cursor URL
|
@ -65,7 +65,6 @@ module.exports = function(eleventyConfig) {
|
|||
eleventyConfig.addWatchTarget('styles');
|
||||
eleventyConfig.addPassthroughCopy({'styles': '/'});
|
||||
eleventyConfig.addPassthroughCopy({'svg': '/'});
|
||||
eleventyConfig.addPassthroughCopy('js');
|
||||
|
||||
// Plugins //
|
||||
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('@sardine/eleventy-plugin-tinysvg'), {
|
||||
baseUrl: 'assets/svg/'
|
||||
baseUrl: 'svg/'
|
||||
});
|
||||
eleventyConfig.addPlugin(require('eleventy-plugin-toc'), {
|
||||
ul: true,
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"primary": "#E6£946",
|
||||
"description": "Why and How to quit mainstream social media",
|
||||
"favicon": "https://quitsocialmedia.club/favicon.svg",
|
||||
"image": "/logos/qsm.png",
|
||||
"image": "https://quitsocialmedia.club/qsm.png",
|
||||
"source": "https://codeberg.org/tommi/quitsocialmedia.club"
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@ $quicktrans: .2s;
|
|||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
cursor: url(/logos/red-cursor.svg) 16 16, crosshair;
|
||||
cursor: url(/red-cursor.svg) 16 16, crosshair;
|
||||
background: var(--background);
|
||||
scroll-behavior: smooth;
|
||||
|
||||
|
@ -345,7 +345,7 @@ button,
|
|||
.aa-suggestion,
|
||||
.embed-container,
|
||||
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 |