summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOscar Benedito <oscar@oscarbenedito.com>2020-09-10 17:42:18 +0200
committerOscar Benedito <oscar@oscarbenedito.com>2020-09-10 19:23:55 +0200
commitd833220215f924e6b165a949640af450975fb3af (patch)
tree3fd9276ad80768ee11aa155c28f7cf3458329997 /style.css
parentecd0f6fb42cc6ca1ed4d9756a1e1cd4f04f8df0a (diff)
Improve directory navigation UX
Current directory path is now shown and navigation to parent directory has been added. The style for directory entries has changed to diferentiate from files.
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index b9614b4..2544e84 100644
--- a/style.css
+++ b/style.css
@@ -65,6 +65,11 @@ a {
margin: 0;
}
+#files .dir {
+ font-weight: bold;
+ text-decoration: none;
+}
+
.url {
font-family: monospace;
}