Fix filename color in Tomorrow style. #179

This commit is contained in:
ccd0 2014-10-27 10:56:32 -07:00
parent 6275c10cc9
commit a0577968f5

View File

@ -53,6 +53,9 @@
border-color: rgb(129, 162, 190) !important;
background-color: rgb(30,32,36);
}
:root.tomorrow #qr-filename {
color: rgb(197,200,198);
}
:root.tomorrow .qr-link {
border-color: rgb(25, 27, 31) rgb(25, 27, 31) rgb(10, 12, 16);
background: linear-gradient(#37393D, #282A2E) repeat scroll 0% 0% transparent;