From: Niki Roo Date: Fri, 21 Mar 2025 16:27:39 +0000 (+0100) Subject: name fix, css thing X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=b159c817862ada9566622cf58a4f63dd2bbf3aab;p=notes.git name fix, css thing --- diff --git a/Quotes/Humans need little lies.md b/Quotes/Humans need lies.md similarity index 97% rename from Quotes/Humans need little lies.md rename to Quotes/Humans need lies.md index 50e5d07..74ca617 100644 --- a/Quotes/Humans need little lies.md +++ b/Quotes/Humans need lies.md @@ -1,4 +1,4 @@ -Humans need little lies +# Humans need lies *src*: **Terry Pratchett**, Hogfather diff --git a/Tech/web-css.md b/Tech/web-css.md index c68fa68..e2e678a 100644 --- a/Tech/web-css.md +++ b/Tech/web-css.md @@ -1,5 +1,12 @@ # Web CSS +A usuful mozilla addition (note that it is a *prefix*): +```css +@-moz-document url-prefix("https://www.reddit.com/") { + /* [...] */ +} +``` + A few (already working today) somewhat new CSS thingies. CSS custom properties (or, "CSS Variables"):