Changed the style of context-menu

This commit is contained in:
mibi88 2023-05-05 18:39:03 +02:00
parent 1c2e9b841f
commit 63c38ab771
1 changed files with 5 additions and 0 deletions

View File

@ -163,6 +163,11 @@ table.codehilitetable td.linenos {
--background: #690606;
}
table.thread .context-menu {
--background: #3e2700;
--border: #aa803a;
}
/* Codehilite */
pre { line-height: 125%; }