summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/fatcat_web/templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index cce841e5..43e33f6a 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -8,6 +8,10 @@
<meta name="referrer" content="origin-when-cross-origin">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.2/dist/semantic.min.css">
+ <style>
+ /* bnewbold: fix light grey bars in header */
+ .ui.inverted.menu .item:before { background: none; }
+ </style>
</head>
<body style="margin-bottom: 100px; height: auto;">