aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--data/style.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/data/style.scss b/data/style.scss
index 40b53a4..dc1e585 100644
--- a/data/style.scss
+++ b/data/style.scss
@@ -16,7 +16,7 @@ html {
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 300;
+ font-weight: normal;
color: var(--text_color);
background: var(--background);
position: relative;
@@ -418,11 +418,12 @@ td.date-cell {
color: var(--date_text_color);
}
-span.size {
+span.size, span.mobile-info.history {
white-space: nowrap;
border-radius: 1rem;
background: var(--size_background_color);
padding: 0 0.25rem;
+ margin: 0 0.25rem;
font-size: 0.7rem;
color: var(--size_text_color);
}
@@ -431,6 +432,10 @@ span.size {
display: none;
}
+.mobile-info a, .mobile-info a:visited {
+ color: var(--size_text_color);
+}
+
th a,
th a:visited,
.chevron {