aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/assets/style.css
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-10-22 12:29:55 -0400
committerDrew DeVault <sir@cmpwn.com>2020-10-22 12:29:55 -0400
commit9e2c420461cef709811ac84f958fae20b93b800b (patch)
treed5add39f231a9edb86988173cc938f6a1b21532f /themes/alps/assets/style.css
parent8de661b3bb47eec32cfbfab52c404e9fd610e8e2 (diff)
downloadalps-9e2c420461cef709811ac84f958fae20b93b800b.tar.gz
alps-9e2c420461cef709811ac84f958fae20b93b800b.zip
Categorize and normalize folder listing
Diffstat (limited to 'themes/alps/assets/style.css')
-rw-r--r--themes/alps/assets/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css
index 6d107de..2ba4af7 100644
--- a/themes/alps/assets/style.css
+++ b/themes/alps/assets/style.css
@@ -127,7 +127,8 @@ footer { text-align: right; }
aside { flex: 0 0 180px; }
-aside a { width: 100%; display: block; padding: 0.4rem 0 0.4rem 0.5rem; }
+aside a,
+aside .noselect { width: 100%; display: block; padding: 0.4rem 0 0.4rem 0.5rem; }
aside a.active { font-weight: bold; color: black; text-decoration: none; }
aside img { display: block; }
main {