summaryrefslogtreecommitdiff
path: root/lulua/data/report/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'lulua/data/report/style.css')
-rw-r--r--lulua/data/report/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css
index ed0d32d..2cffb03 100644
--- a/lulua/data/report/style.css
+++ b/lulua/data/report/style.css
@@ -30,6 +30,12 @@ using http://colormind.io/bootstrap/
src: local('IBM Plex Sans Arabic Regular'), local('IBMPlexSansArabic-Regular'), url('fonts/IBMPlexSansArabic-Regular.woff2') format('woff2');
}
+html {
+ /* Increase line-height, because Arabic font is taller than Latin and
+ * we need some space between lines for descenders/ascenders */
+ line-height: 1.33;
+}
+
body {
font-size: 14pt;
background-color: var(--light-shades);
@@ -157,11 +163,6 @@ div.fingerhandstats .fingers .index {
div.fingerhandstats .fingers .thumb {
border: 0.1em solid var(--finger-thumb);
}
-div.sentencestats ul {
- list-style-type: none;
- margin: 1em 0;
- padding: 0;
-}
.table-overflow {
overflow-x: auto;