diff --git a/package-lock.json b/package-lock.json index 2539483..c33f34f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -240,9 +240,9 @@ } }, "@11ty/eleventy-navigation": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.1.6.tgz", - "integrity": "sha512-ZGZebFEEDiJoS7BvxxiWrKdsCodNkqCsQ7S75IIvaPynHvojqcCVtS4uZk54K+LC+YqL5+T716TlsMG6Mc2p0g==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.1.5.tgz", + "integrity": "sha512-bZFJx/6seJ7HYfqbirbDNzc+UExNZk9areu5qEVHDuDByt0G7CR5W6J6YJG8WX2j5v8fXacJvWziOU5nW9Iitw==", "dev": true, "requires": { "dependency-graph": "^0.8.1" diff --git a/package.json b/package.json index 248dd20..1003dd9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@11ty/eleventy": "^0.11.0", - "@11ty/eleventy-navigation": "^0.1.6", + "@11ty/eleventy-navigation": "^0.1.5", "cpx": "^1.5.0", "node-sass": "^4.14.1", "node-sass-tilde-importer": "^1.0.2", diff --git a/scss/main.scss b/scss/main.scss index 2c51c5e..ca1135c 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -40,7 +40,7 @@ a { color: #fea500; &:hover { - color: #d78c00; + color: darken(#fea500, .5); } } @@ -121,24 +121,6 @@ a { top: 0; bottom: 0; right: 0; - color: #fea500 !important; - - &[href]:hover { - color: #d78c00 !important; - } - } - - .beta { - position: absolute; - top: 1rem; - right: 0; - font-weight: bold; - background-color: #fea500; - color: #000000; - padding: .5rem 1rem; - border-radius: 10px; - transform: rotate(20deg); - box-shadow: -1px 8px 5px rgba(0, 0, 0, .7); } .inner { @@ -166,11 +148,6 @@ a { h2 { margin-left: 0.5rem; } - - .beta { - top: 0; - right: -1rem; - } } } } diff --git a/sites/_data/services.json b/sites/_data/services.json index 3be64d3..2006cea 100644 --- a/sites/_data/services.json +++ b/sites/_data/services.json @@ -51,21 +51,10 @@ { "id": "firefox-sync", "name": "Firefox Sync", - "icon": "fab fa-firefox-browser", + "icon": "fab fa-firefox", "summary": { "de": "Ein Service um Firefox Einstellungen, Lesezeichen, offene Tabs und vieles mehr über verschiedene Geräte zu synchronisieren.", "en": "A service to sync Firefox settings, bookmarks, open tabs and much more between multiple devices." } - }, - { - "id": "jitsi", - "name": "Jitsi Meet", - "icon": "fas fa-users", - "url": "https://jitsi.sp-codes.de", - "beta": true, - "summary": { - "de": "Eine sichere, einfache und skalierbare Plattform für Videokonferenzen.", - "en": "A secure, simple and scalable platform for video conferencing." - } } ] diff --git a/sites/_includes/layouts/services.njk b/sites/_includes/layouts/services.njk index 2ea3600..de4675f 100644 --- a/sites/_includes/layouts/services.njk +++ b/sites/_includes/layouts/services.njk @@ -5,6 +5,6 @@ layout: base.njk {{ content | safe }} -