add file icon (#95)
This commit is contained in:
parent
0593832b62
commit
fd295862fd
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@ aside li.directory {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
aside li.file::before {
|
||||
content: "📄";
|
||||
margin-left: var(--shift-icon-filetree);
|
||||
font-size: var(--shift-icon-filetree-size);
|
||||
line-height: var(--shift-icon-filetree-height);
|
||||
}
|
||||
|
||||
aside a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue