summaryrefslogtreecommitdiffstats
path: root/dash/assets
diff options
context:
space:
mode:
authorLukas Metzger2020-06-11 14:46:16 +0200
committerLukas Metzger2020-06-11 14:46:16 +0200
commitfb657d7462b0e67bc14c1358fd603bf7110857c3 (patch)
tree94a5919caba6632b534dee358be8f2d4a224b4c6 /dash/assets
parentOnly show location if data is available (diff)
downloadbwlp-statistics-fb657d7462b0e67bc14c1358fd603bf7110857c3.tar.gz
bwlp-statistics-fb657d7462b0e67bc14c1358fd603bf7110857c3.tar.xz
bwlp-statistics-fb657d7462b0e67bc14c1358fd603bf7110857c3.zip
Added total aggregation
Diffstat (limited to 'dash/assets')
-rw-r--r--dash/assets/20-style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/dash/assets/20-style.css b/dash/assets/20-style.css
index 85adf70..b94bdc8 100644
--- a/dash/assets/20-style.css
+++ b/dash/assets/20-style.css
@@ -12,3 +12,7 @@ ul.navbar-nav {
padding-top: 4px;
padding-bottom: 4px;
}
+
+pre {
+ font-family: inherit;
+}