Skip to content

Commit a60db66

Browse files
authored
reference.scss: adapt tooltip to dark mode (#2095)
## Changes <!-- List the changes this PR makes. --> - reference.scss: adapt tooltip to dark mode (a757b2b) ## Context <!-- Explain why you're making these changes. --> Hello! I think the tooltip was forgotten. Please see the comparison of "before vs. after" below: <img width="1605" height="1030" alt="dark" src="https://github.com/user-attachments/assets/1277c960-5c2f-444b-b018-c46465c664a2" /> <img width="1604" height="1031" alt="light" src="https://github.com/user-attachments/assets/5019ca7b-28f1-407b-981f-f4af90e9260a" /> .
2 parents a980930 + a757b2b commit a60db66

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)