1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-27 07:54:29 +02:00

fix(storybook): change isdark container font color to white (#111)

This commit is contained in:
Abdullah Samman
2018-12-08 08:54:14 +02:00
committed by GitHub
parent 479e503347
commit a6488a10c9
3 changed files with 4 additions and 3 deletions

View File

@@ -111,6 +111,7 @@
}
&.is-dark {
color: $background-color;
&::before {
background-color: $base-color;
}