diff --git a/choco.css b/choco.css index 71ae981..fdfe85d 100644 --- a/choco.css +++ b/choco.css @@ -116,10 +116,14 @@ footer { } .context-menu { - --background: #fff; + --background: #33240c; --shadow: 0 0 12px -9px #000; --border: #ddd; - --background-light: #fff; + --background-light: #33240c; +} + +table.thread .context-menu a:hover { + background-color: #8c6320; } .editor svg {