v3: linter and formatter pass
This commit is contained in:
@@ -2666,8 +2666,12 @@ body.has-player .fab-new {
|
||||
}
|
||||
|
||||
@keyframes comment-highlight {
|
||||
0% { background: color-mix(in srgb, var(--color-accent) 18%, transparent); }
|
||||
100% { background: transparent; }
|
||||
0% {
|
||||
background: color-mix(in srgb, var(--color-accent) 18%, transparent);
|
||||
}
|
||||
100% {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
.comment-node--highlight {
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user