.
This commit is contained in:
parent
b23db1d5a8
commit
1d88565773
17 changed files with 360 additions and 229 deletions
10
src/app.css
10
src/app.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue