Some slate.css color tweaks.
This commit is contained in:
parent
2a379919e0
commit
35b5b5cd21
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,13 @@
|
||||||
--color_tag_object_fg: black;
|
--color_tag_object_fg: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
button
|
button,
|
||||||
|
button *
|
||||||
|
{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
.message_bubble,
|
||||||
|
.message_bubble *
|
||||||
{
|
{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue