about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-06-16 11:04:28 +0000
committerAlyssa Ross <hi@alyssa.is>2020-06-16 11:04:47 +0000
commitab1340d2e4062bd4cc34d09d2da5585833a7b09d (patch)
tree5c077868e91071597f23febf540aad71f09267e1 /sys
parent08d79df4b992a20c9d14b3d9049d1c131e250989 (diff)
downloadnixlib-ab1340d2e4062bd4cc34d09d2da5585833a7b09d.tar
nixlib-ab1340d2e4062bd4cc34d09d2da5585833a7b09d.tar.gz
nixlib-ab1340d2e4062bd4cc34d09d2da5585833a7b09d.tar.bz2
nixlib-ab1340d2e4062bd4cc34d09d2da5585833a7b09d.tar.lz
nixlib-ab1340d2e4062bd4cc34d09d2da5585833a7b09d.tar.xz
nixlib-ab1340d2e4062bd4cc34d09d2da5585833a7b09d.tar.zst
nixlib-ab1340d2e4062bd4cc34d09d2da5585833a7b09d.zip
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix5
1 files changed, 5 insertions, 0 deletions
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;