diff --git a/website/themes/uppy/layout/stats.ejs b/website/themes/uppy/layout/stats.ejs
index 034d04d89..20794f1c1 100644
--- a/website/themes/uppy/layout/stats.ejs
+++ b/website/themes/uppy/layout/stats.ejs
@@ -40,8 +40,8 @@
when you pick and choose just the ones you need, the size will be much smaller:
- - Drag & Drop + Multipart uploads ≈
18 Kb mingz
- - Full-featured Dashboard with image previews and progress indicators + tus resumable uploader ≈
36 Kb mingz
+ - Drag & Drop + Multipart uploades ≈
18 Kb mingz
+ - Full-featured Dashboard with image previews and progress indicators + tus resumable uploades ≈
36 Kb mingz
diff --git a/website/themes/uppy/source/css/_page.scss b/website/themes/uppy/source/css/_page.scss
index 322490ba8..128f5f41f 100644
--- a/website/themes/uppy/source/css/_page.scss
+++ b/website/themes/uppy/source/css/_page.scss
@@ -236,11 +236,13 @@
a {
color: $color-primary;
+ transition: all .2s;
// font-weight: 600;
}
a:hover {
- text-decoration: underline;
+ color: darken($color-primary, 10%);
+ // text-decoration: underline;
}
.post blockquote,
@@ -248,6 +250,7 @@
margin: 1.6em 0;
padding-left: 15px;
border-left: 4px solid $color-primary;
+
p {
font-weight: 600;
margin-left: 0;