Increase font size of folder names when viewing contents

This commit is contained in:
Junior 2025-09-21 15:49:46 -04:00
parent a5dba428f6
commit a3c739cc77

View File

@ -70,6 +70,7 @@ a {
} }
.folder { .folder {
font-weight: bold; font-weight: bold;
font-size: 16pt;
} }
.target { .target {
cursor: pointer; cursor: pointer;