123456789101112131415161718192021222324252627 |
- .zan-c-red {
- color: #f44 !important;
- }
- .zan-c-gray {
- color: #c9c9c9 !important;
- }
- .zan-c-gray-dark {
- color: #999 !important;
- }
- .zan-c-gray-darker {
- color: #666 !important;
- }
- .zan-c-black {
- color: #333 !important;
- }
- .zan-c-blue {
- color: #3283fa !important;
- }
- .zan-c-green {
- color: #44BB00 !important;
- }
|