style(hub): refine light theme contrast and theme-aware fullscreen UI
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1290,9 +1290,9 @@
|
||||
const light = document.documentElement.getAttribute("data-theme") === "light";
|
||||
return light
|
||||
? {
|
||||
bg: "#f4f7fb",
|
||||
text: "#5a6f85",
|
||||
border: "#c8d4e4",
|
||||
bg: "#f0f4f9",
|
||||
text: "#4a6078",
|
||||
border: "#b8c8d8",
|
||||
up: "#0a8f5c",
|
||||
down: "#c93552",
|
||||
volUp: "rgba(10, 143, 92, 0.45)",
|
||||
|
||||
Reference in New Issue
Block a user