From 9de4a1c66383f0798b19010c12c710c07146e33f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 20 Apr 2019 22:07:02 +0200 Subject: Added functionality to breadcrumb navigation Co-authored-by: LarsVomMars --- src/main/resources/css/files.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources/css/files.css') diff --git a/src/main/resources/css/files.css b/src/main/resources/css/files.css index bcc97b9..5af9ec8 100644 --- a/src/main/resources/css/files.css +++ b/src/main/resources/css/files.css @@ -2,6 +2,11 @@ transition: all .2s linear; } +.navigation a { + text-decoration: none; + color: inherit; +} + table { table-layout: fixed; width: 100%; -- cgit v1.2.3