diff --git a/choco.css b/choco.css index 91982a0..2fc4d65 100644 --- a/choco.css +++ b/choco.css @@ -163,6 +163,11 @@ table.codehilitetable td.linenos { --background: #690606; } +table.thread .context-menu { + --background: #3e2700; + --border: #aa803a; +} + /* Codehilite */ pre { line-height: 125%; }