add close icon CSS so dev toolbar works
[themes.git] / EarlyBlue / global / narrate.css
1 body.light .narrating {
2   background-color: #ffc;
3 }
4
5 body.sepia .narrating {
6   background-color: #e0d7c5;
7 }
8
9 body.dark .narrating {
10   background-color: #242424;
11 }