diff options
-rw-r--r-- | static/styles/themes/one-dark-theme.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles/themes/one-dark-theme.scss b/static/styles/themes/one-dark-theme.scss index a05a2d4da..4b8de4e50 100644 --- a/static/styles/themes/one-dark-theme.scss +++ b/static/styles/themes/one-dark-theme.scss @@ -566,8 +566,8 @@ textarea.form-control { .popover .arrow::after, .popover .arrow::before { - border-left-color: #151515 !important; - border-right-color: #151515 !important; + border-left-color: lighten($light, 2%) !important; + border-right-color: lighten($light, 2%) !important; } .popover { |