mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 07:23:39 +08:00
updated new line indicator
This commit is contained in:
parent
a1677e4869
commit
93672e6a60
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue