Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. .sg-red {
  2.     background: #FFD8DD;
  3. }
  4.  
  5. .sg-yellow {
  6.     background: #F9FD92;
  7. }
  8.  
  9. .sg-green {
  10.     background: #D5FFD5;
  11. }
  12.  
  13. .sg-red a,
  14. .sg-yellow a,
  15. .sg-green a {
  16.     color: #0044FF;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement