fix(poc4): force light color scheme
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user