Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
issue : compiler-explorer#4628 , Dark theme arrow property corrected (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakarshan-369 authored Jan 21, 2023
1 parent cb9e803 commit 4b8b36d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/styles/themes/dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,11 @@ textarea.form-control {
border-color: #474747 !important;
}

.popover .arrow::after, .popover .arrow::before {
border-left-color: #151515 !important;
border-right-color: #151515 !important;
}

.popover {
border-color: #464545 !important;
}
Expand Down

0 comments on commit 4b8b36d

Please sign in to comment.