style: Consolidate update banner styles and add theme support

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-12-27 18:15:22 +00:00
parent 987c401dc4
commit 8bf33e2d45
5 changed files with 49 additions and 1 deletions

View File

@@ -71,3 +71,13 @@
.dark .copy-button {
color: #828282;
}
.dark .update-banner {
color: #000;
}
.dark .update-banner button {
background-color: #444444;
border-color: #bbb;
color: #ddd;
}