diff --git a/src/lib/components/technologyDetails.svelte b/src/lib/components/technologyDetails.svelte index 44e1d10..b5ddb80 100644 --- a/src/lib/components/technologyDetails.svelte +++ b/src/lib/components/technologyDetails.svelte @@ -91,7 +91,7 @@
Node.js is a javascript runtime for servers and desktop applications (via selected="electron"}>Electron).
I use Node.js in nearly all of my projects. In case of websites, as a build platform, and in case of backend servers or desktop applications, as the primary runtime.
-I used Node.js from simply rollup scripts (like used in this website), to backend servers and APIs (like in case of Learner and igni website), to Linux Window Manager and Discord Bots.
+I used Node.js from simply rollup scripts (like used in this website), to backend servers and APIs (like in case of Animasher and igni website), to Linux Window Manager and Discord Bots.
{:else if selected === "deno"}Deno is an alternative to selected="node"}>Node.js by the same authors, written in selected="rust"}>Rust.
@@ -129,6 +129,7 @@ transform: scale(0.8); pointer-events: none; backdrop-filter: blur(25px); + -webkit-backdrop-filter: blur(25px); padding: 8px 16px; margin: 0; top: 0; @@ -142,14 +143,14 @@ background: rgba(255,255,255,0.1); box-shadow: 0.6px 1.3px 1.3px hsl(0deg 0% 0% / 0.48); } - @supports (-moz-appearance:none) { + /* @supports (-moz-appearance:none) { .dialog { background: rgba(255,255,255,0.9) !important; } .dark.dialog { background: rgba(70,70,70,0.97) !important; } - } + } */ h2 { margin-top: 0; margin-block-start: 0;