munch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
235 B

  1. body {
  2. background: #111;
  3. color: #eee;
  4. }
  5. button {
  6. background: #222;
  7. color: #eee;
  8. }
  9. .compass-button {
  10. width: 100px;
  11. height: 100px;
  12. }
  13. #log {
  14. background: #222;
  15. width: 500px;
  16. height: 700px;
  17. }
  18. #stats {
  19. float: right;
  20. }