fix(poc4): enforce sidebar text contrast
This commit is contained in:
@@ -28,6 +28,10 @@ section[data-testid="stSidebar"], section[data-testid="stSidebar"] > div {
|
|||||||
background:#fff !important;
|
background:#fff !important;
|
||||||
}
|
}
|
||||||
section[data-testid="stSidebar"] { border-right:1px solid var(--hmm-line); }
|
section[data-testid="stSidebar"] { border-right:1px solid var(--hmm-line); }
|
||||||
|
section[data-testid="stSidebar"] * {
|
||||||
|
color:var(--hmm-ink) !important;
|
||||||
|
-webkit-text-fill-color:var(--hmm-ink) !important;
|
||||||
|
}
|
||||||
input, textarea, [data-baseweb="select"] > div {
|
input, textarea, [data-baseweb="select"] > div {
|
||||||
background:#ffffff !important; color:var(--hmm-ink) !important;
|
background:#ffffff !important; color:var(--hmm-ink) !important;
|
||||||
-webkit-text-fill-color:var(--hmm-ink) !important;
|
-webkit-text-fill-color:var(--hmm-ink) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user