Let slate.css use black text on buttons.

master
voussoir 2020-09-14 20:25:51 -07:00
parent 5b4cc5bf9c
commit 9102b37d5a
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@
--color_tag_object_bg: #e6e6e6;
--color_tag_object_fg: black;
}
button
{
color: black;
}