diff options
Diffstat (limited to 'server/src/routes/ui/style/layout.css')
-rw-r--r-- | server/src/routes/ui/style/layout.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css index e62e59a..dca6491 100644 --- a/server/src/routes/ui/style/layout.css +++ b/server/src/routes/ui/style/layout.css @@ -72,6 +72,10 @@ nav { code { font-family: monospace !important; } +.log .time, +.log .module { + color: grey; +} nav a { border: 0px solid transparent; |