Initial commit

This commit is contained in:
2026-08-30 22:02:02 +00:00
commit b6bd2277f5
2334 changed files with 646393 additions and 0 deletions
@@ -0,0 +1,12 @@
a[href^="mailto:"]::after {
content: "mailto:user@example.com;subject=test";
}
div[data-url*="example.com?a=1&b=2"] {
background-image: url("https://example.com/a;b.png?x=1&y=2");
font-family: "Open Sans", "Noto Sans", sans-serif;
}
p.note {
background: linear-gradient(90deg, rgba(0,0,0,.1), rgba(255,255,255,.8));
}
@@ -0,0 +1,3 @@
.icon\:warning[data-kind="print-a"]:first-child { color: red; }
#hero\#title > a.link\+cta[href*="campaign=42"] { margin: 0; }
nav ul li:nth-child(2) > a[title="A > B"] { text-decoration: underline; }