Stats text and styles

This commit is contained in:
Artur Paikin 2017-03-13 11:58:07 -04:00
parent ccb238d36a
commit e2b0804ebb
2 changed files with 6 additions and 3 deletions

View file

@ -40,8 +40,8 @@
when you <a href="https://github.com/transloadit/uppy#usage">pick and choose just the ones you need</a>, the size will be much smaller:
<ul>
<li>Drag & Drop + Multipart uploads ≈ <code>18 Kb mingz</code></li>
<li>Full-featured Dashboard with image previews and progress indicators + tus resumable uploader ≈ <code>36 Kb mingz</code></li>
<li>Drag & Drop + Multipart uploades ≈ <code>18 Kb mingz</code></li>
<li>Full-featured Dashboard with image previews and progress indicators + tus resumable uploades ≈ <code>36 Kb mingz</code></li>
</ul>
</p>
<iframe scrolling="no" seamless="seamless" class="Disc" src="/disc.html"></iframe>

View file

@ -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;