From aff7c89695423ec6da12c034edeba46087775019 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Sat, 27 Nov 2021 17:15:40 -0800 Subject: [PATCH] use the older arxiv-sanity colorscheme for header --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c65d78c..b9d0658 100644 --- a/static/style.css +++ b/static/style.css @@ -6,7 +6,7 @@ body { } #header { height: 24px; - background-color: #844; + background-color: #840000; color: white; padding-top: 8px; padding-left: 10px;