Add selection style

This commit is contained in:
Defectink
2022-03-28 13:21:48 +08:00
parent 2d9e2c3c8c
commit d68b4523ef
4 changed files with 13 additions and 2 deletions

View File

@ -38,7 +38,7 @@ h4:hover::before,
h5:hover::before,
h6:hover::before {
content: '#';
left: -1.6rem;
left: -1.7rem;
@apply absolute text-gray-400;
}