From ab1340d2e4062bd4cc34d09d2da5585833a7b09d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 16 Jun 2020 11:04:28 +0000 Subject: sys/atuin: cgit: remove yellow box around notes This looked horrible. Notes already follow a "Notes" header, so I don't think they need to be further distinguished from the commit message. --- sys/atuin.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index a7f19f25ca46..b8cb19427edf 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -354,6 +354,11 @@ margin-left: auto; margin-right: auto; } + div#cgit div.notes { + border: none; + background: transparent; + padding: 0; + } div#cgit table.list { margin-left: auto; margin-right: auto; -- cgit 1.4.1