summaryrefslogtreecommitdiff
path: root/site/assets/css/applets.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/applets.css')
-rw-r--r--site/assets/css/applets.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css
index daf36a19..70d8f51f 100644
--- a/site/assets/css/applets.css
+++ b/site/assets/css/applets.css
@@ -9,7 +9,7 @@
min-height: 0;
}
.applet {
- margin-bottom: 60px;
+ margin-bottom: 0px;
transition: opacity 0.2s cubic-bezier(0,0,1,1);
opacity: 0;
}
@@ -187,6 +187,7 @@
.tabulator {
font-family: 'Roboto', sans-serif;
+ font-size:10px;
}
.tabulator-row {
transition: background-color 100ms cubic-bezier(0,0,1,1);
@@ -247,7 +248,7 @@
stroke: rgba(64,64,64,0.3);
}
.chartCaption {
- color: #888;
+ color: #333;
font-size: 12px;
font-family: 'Roboto', sans-serif;
font-weight: 400;