From a9fd3bace78f70bb9eb32f8ced23dcb0c20e6938 Mon Sep 17 00:00:00 2001 From: mibi88 Date: Sun, 14 May 2023 20:20:14 +0200 Subject: [PATCH] Fixed context-menu --- choco.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 {