Fix css linting for currentcolor (instead of currentColor)

This commit is contained in:
John Livingston
2023-09-04 12:11:29 +02:00
parent d8cce224e8
commit 79f30b5350

View File

@ -26,7 +26,7 @@
.emoji-picker {
.insert-emoji {
a {
color: currentColor;
color: currentcolor;
}
}
}
@ -41,7 +41,7 @@
background-color: var(--peertube-main-foreground);
a {
color: currentColor;
color: currentcolor;
}
&.picked {
@ -49,7 +49,7 @@
background-color: var(--peertube-main-background);
a {
color: currentColor;
color: currentcolor;
}
}