Skip to content
Snippets Groups Projects
Commit a6199dfc authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: fixes #130

parent f09af3e4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,11 @@ div[statusCard]
pointer-events: all;
}
input
{
background-color:rgba(240, 240, 240, 0.8);
}
:host-context([darktheme=false]) div[statusCard]
{
background-color:rgba(230,230,230,0.8);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment