Let slate.css use black text on buttons.
This commit is contained in:
parent
5b4cc5bf9c
commit
9102b37d5a
1 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,8 @@
|
||||||
--color_tag_object_bg: #e6e6e6;
|
--color_tag_object_bg: #e6e6e6;
|
||||||
--color_tag_object_fg: black;
|
--color_tag_object_fg: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button
|
||||||
|
{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue