aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy <51220084+jeremy-rifkin@users.noreply.github.com>2024-05-05 12:27:18 -0500
committerJeremy <51220084+jeremy-rifkin@users.noreply.github.com>2024-05-05 12:27:18 -0500
commitc508d202d93f2da55453d670ec9a32d013eae511 (patch)
treee7aa85fc5c4af8ea25e4f65e33bd882977738ce6
parentaa7fc9bd827387d62bcb9a5813ec928fb8551620 (diff)
downloadcompiler-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.scss4
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 {