style.css 171 B

12345678910111213141516171819202122
  1. window {
  2. background: transparent;
  3. }
  4. #input {
  5. background: #222;
  6. color: #FFF;
  7. }
  8. #inner-box {
  9. background: #222;
  10. color: #FFF;
  11. }
  12. #outer-box {
  13. }
  14. #scroll {
  15. }
  16. #text {
  17. }