diff options
author | bobzel <zzzman@gmail.com> | 2023-07-18 09:49:32 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-18 09:49:32 -0400 |
commit | 80eac769ad0ef56f0d050aae96ffb38a5aa5974a (patch) | |
tree | d89eddf702601f674110c103237288d3ea030d5b /src | |
parent | 1e2277597fc890f929b3155868a400ba991bcfe0 (diff) |
set default color for context menu items to black.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/ContextMenu.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index cbe14060a..1361d99fc 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -7,6 +7,7 @@ box-shadow: 0px 3px 4px rgba(0, 0, 0, 30%); flex-direction: column; background: whitesmoke; + color: black; border-radius: 3px; } |