Skip to content

Commit a757b2b

Browse files
committed
reference.scss: adapt tooltip to dark mode
1 parent a980930 commit a757b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/sass/reference.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ h3.plumbing {
6464
visibility: hidden;
6565

6666
.tooltip-content {
67-
background: white;
68-
border: 1px solid #ccc;
67+
background: var(--main-bg);
68+
border: 1px solid var(--base-border-color);
6969
border-radius: 4px;
7070
padding: 10px;
7171
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)