Dark theme: little triangles in history-view fixed

Fix #40
This commit is contained in:
Klaas van Schelven
2025-07-07 12:23:04 +02:00
parent 1abc30a760
commit 182866f19a
2 changed files with 10 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -126,6 +126,15 @@
top: 20px;
}
/* Tailwind dark mode support */
[data-theme="dark"] .triangle-left:before {
border-color: transparent rgb(71 85 105) transparent transparent;
}
[data-theme="dark"] .triangle-left:after {
border-color: transparent rgb(51 65 85) transparent transparent;
}
/*
The below is the output of: