fixed cursor URL

This commit is contained in:
Tommi 2022-09-18 09:30:04 +02:00
parent 48a06e6e90
commit e16904e13a
7 changed files with 4 additions and 5 deletions

View File

@ -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,

View File

@ -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"
}

View File

@ -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;
}

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

Before

Width:  |  Height:  |  Size: 841 B

After

Width:  |  Height:  |  Size: 841 B

View File

Before

Width:  |  Height:  |  Size: 295 B

After

Width:  |  Height:  |  Size: 295 B

View File

Before

Width:  |  Height:  |  Size: 295 B

After

Width:  |  Height:  |  Size: 295 B