remove text decoration on files

This commit is contained in:
2020-08-11 20:25:22 +02:00
parent 57bfe6121e
commit 339be5e755

View File

@@ -347,6 +347,7 @@ pre{
transition: box-shadow 0.3s, opacity 2s;
white-space: normal;
text-overflow: ellipsis;
text-decoration: none;
vertical-align: top;
cursor: pointer;
}