diff options
author | Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> | 2024-05-05 12:27:18 -0500 |
---|---|---|
committer | Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> | 2024-05-05 12:27:18 -0500 |
commit | c508d202d93f2da55453d670ec9a32d013eae511 (patch) | |
tree | e7aa85fc5c4af8ea25e4f65e33bd882977738ce6 | |
parent | aa7fc9bd827387d62bcb9a5813ec928fb8551620 (diff) | |
download | compiler-explorer-c508d202d93f2da55453d670ec9a32d013eae511.tar.gz compiler-explorer-c508d202d93f2da55453d670ec9a32d013eae511.zip |
Update tooltip arrow color in one dark themegh-11627
-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 { |