This commit is contained in:
Chris Kruining 2024-12-17 08:18:25 +01:00
parent b23db1d5a8
commit 1d88565773
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
17 changed files with 360 additions and 229 deletions

View file

@ -150,6 +150,16 @@ code {
border-radius: var(--radii-m);
}
ins {
background-color: oklch(from var(--succ) l c h / .1);
color: oklch(from var(--succ) .1 .2 h);
}
del {
background-color: oklch(from var(--fail) l c h / .1);
color: oklch(from var(--fail) .1 .2 h);
}
@property --hue {
syntax: '<angle>';
inherits: false;