From 6beb135f161fbcfe335c5bcb68dbfd3058d3424f Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Wed, 9 Dec 2020 17:49:23 +0530 Subject: [PATCH] feat: update links on the toolbar --- index.html | 7 ++----- style.css | 5 +++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 3833998..d338292 100644 --- a/index.html +++ b/index.html @@ -37,12 +37,9 @@

Wink JS - NLP, Machine Learning & Stats

diff --git a/style.css b/style.css index ecead1b..3e89481 100644 --- a/style.css +++ b/style.css @@ -103,6 +103,11 @@ footer .social-icons ul li a img.github { margin-top: 13px; } +.navbar .navbar-nav > li > a.purple_btn { + background: #6C307D; + color: #fff; +} + .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px);