Auto commit 2025-02-28 15:55
authorNiki Roo <niki@nikiroo.be>
Fri, 28 Feb 2025 14:55:07 +0000 (15:55 +0100)
committerNiki Roo <niki@nikiroo.be>
Fri, 28 Feb 2025 14:55:07 +0000 (15:55 +0100)
Tech/web-css/index.html

index 73eddf9978f450f2340285aaf81ba383fa5c739e..460fd5b9f97f7a96c7ca91879af7a53c13cce7ef 100644 (file)
 
 
 <h1 id="web-css">Web CSS</h1>
+<p>A usuful mozilla addition (note that it is a <em>prefix</em>):</p>
+<pre><code class="language-css">@-moz-document url-prefix(&quot;https://www.reddit.com/&quot;) {
+    /* [...] */
+}
+</code></pre>
 <p>A few (already working today) somewhat new CSS thingies.</p>
 <p>CSS custom properties (or, "CSS Variables"):</p>
 <pre><code class="language-css">:root { --main-color: red; }