Myth
1 program
Added 2026-03-05T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 12fe2f71bb · authored 2026-03-05T11:10:04+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/mythRelated languages
LLM-contributed programs
CSS Variables and Color Functions
Provenance: commit 12fe2f71bb · authored 2026-03-05T11:10:04+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
:root {
--font-size: 14px;
--link-color: #0080ff;
--background: #ffffff;
}
body {
font-size: var(--font-size);
background: var(--background);
}
a {
color: var(--link-color);
}
a:hover {
color: color(var(--link-color) tint(20%));
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)