Fix: Split border shorthand for dark mode color override

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Tanner
2025-12-07 22:47:31 +00:00
parent 1d62327abd
commit f28a613ecf
+2 -1
View File
@@ -355,7 +355,8 @@ button.comment {
top: 0.2em; top: 0.2em;
width: 0.3rem; width: 0.3rem;
height: 0.6rem; height: 0.6rem;
border: solid #000; border-style: solid;
border-color: #000;
border-width: 0 2px 2px 0; border-width: 0 2px 2px 0;
transform: rotate(45deg); transform: rotate(45deg);
} }