fix(poc4): force light color scheme

This commit is contained in:
devmrko
2026-07-22 11:20:44 +09:00
parent 7befdd0148
commit aa99a7d672

View File

@@ -2,9 +2,13 @@
HMM_CLEAN_THEME_CSS = """
<style>
:root { --hmm-navy:#003b70; --hmm-ink:#172b3a; --hmm-muted:#667785; --hmm-line:#dfe7ed; }
:root {
color-scheme:light !important;
--hmm-navy:#003b70; --hmm-ink:#172b3a; --hmm-muted:#667785; --hmm-line:#dfe7ed;
}
html, body, [data-testid="stAppViewContainer"], .stApp {
background:#fff !important; color:var(--hmm-ink) !important;
color-scheme:light !important;
font-family:"Noto Sans KR","Malgun Gothic",sans-serif;
}
[data-testid="stAppViewContainer"] p,