From 12f63a670e90576a4bf1819733592bd21fc1b235 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 31 Dec 2019 03:52:32 -0500 Subject: [PATCH] add recent changes css --- local.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local.css b/local.css index 9c2f19f..ac19f0d 100644 --- a/local.css +++ b/local.css @@ -1,3 +1,11 @@ +div.recentchanges { + background: #1a1a1a !important; + color: #eee !important +} +.recentchanges .changelog { + background: #2a2a2a !important; + color: #fff !important +} legend { font-style: italic }