From 239a90fe9501e9dba8f1dc583266d638aa761807 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Tue, 30 Jun 2020 13:44:12 -0600 Subject: [PATCH] Add "All videos" button to home page news section --- layouts/partials/latest.html | 5 +++-- less/pages/home.less | 11 +++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/layouts/partials/latest.html b/layouts/partials/latest.html index d0f5c42c..b6a3fcf1 100644 --- a/layouts/partials/latest.html +++ b/layouts/partials/latest.html @@ -38,13 +38,14 @@
Videos
Developers Speak: Building on IPFS + All videos - +

Stay on top of the latest

Sign up for the IPFS Weekly newsletter to get project updates, community news, event details, and more. In your inbox, each Tuesday.
Subscribe
- + diff --git a/less/pages/home.less b/less/pages/home.less index 45f2f290..82fb4acb 100644 --- a/less/pages/home.less +++ b/less/pages/home.less @@ -49,6 +49,17 @@ } } +#latest { + .button-outlined { + border-color: #00b0e9; + color: #00b0e9; + } + .button-outlined:hover { + border-color: #008dba; + color: #008dba; + } +} + .latest-list { margin-bottom: 0;