Some slate.css color tweaks.

master
voussoir 2020-09-15 15:04:27 -07:00
parent 2a379919e0
commit 35b5b5cd21
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,13 @@
--color_tag_object_fg: black;
}
button
button,
button *
{
color: black;
}
.message_bubble,
.message_bubble *
{
color: black;
}