updated new line indicator

This commit is contained in:
Miodec 2021-01-14 06:37:13 +00:00
parent a1677e4869
commit 93672e6a60

View file

@ -1975,7 +1975,11 @@ key {
}
&.lastbeforenewline::after {
content: "¬";
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f107";
margin-left: 0.5rem;
opacity: 0.25;
}
// transition: .25s;