From 4c4e10630e70b837c88a2a883a1c272a5c800445 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 14 Jan 2021 17:55:36 -0800 Subject: html: fix 'rounded' header bar --- fatcat_scholar/templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fatcat_scholar/templates') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index da3510b..bc399e7 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -31,8 +31,9 @@ color: rgba(0,0,0,0.55); } - {# bnewbold: fix light grey bars in header #} - .ui.inverted.menu .item:before { background: none; } + {# bnewbold: fix light grey bars in header, and "rounded" header #} + nav.ui.inverted.menu .item:before { background: none; } + nav.ui.menu { border-radius: 0; } @media only screen and (max-width: 767px) { .mobile-hide { display: none !important; } -- cgit v1.2.3