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:

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;