From 2086c566689e6ffd83df77710bc39c864015ade5 Mon Sep 17 00:00:00 2001 From: 1776123 <50336512+1776123@users.noreply.github.com> Date: Sat, 15 Aug 2020 20:50:06 -0400 Subject: [PATCH] nav --- news/static/news/css/styles.css | 4 ++-- news/templates/news/base.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/news/static/news/css/styles.css b/news/static/news/css/styles.css index 4c4c917..f68d1f3 100644 --- a/news/static/news/css/styles.css +++ b/news/static/news/css/styles.css @@ -27,8 +27,8 @@ ul { background: #0F2027; /* fallback for old browsers */ /*background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); */ /* Chrome 10-25, Safari 5.1-6 */ /*background: linear-gradient(to right, #2C5364, #203A43, #0F2027); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ - background: -webkit-linear-gradient(to right, #E42D2D,#ffffff, #2460E9); - background: linear-gradient()(to right, #E42D2D, #ffffff, #2460E9); + background: -webkit-linear-gradient(to right, #E42D2D, #2460E9); + background: linear-gradient(to right, #E42D2D, #2460E9); /* border-bottom: 3px #111 solid; */ } diff --git a/news/templates/news/base.html b/news/templates/news/base.html index dd4de8e..232f468 100644 --- a/news/templates/news/base.html +++ b/news/templates/news/base.html @@ -1,5 +1,4 @@ {% load static %} -