epic-light.css 502 B

1234567891011121314151617181920212223242526
  1. @import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
  2. html {
  3. height: 100%;
  4. }
  5. body {
  6. height: 100%;
  7. border: 1px solid #d8dde5;
  8. -webkit-box-sizing: border-box;
  9. -moz-box-sizing: border-box;
  10. box-sizing: border-box;
  11. background:#fff;
  12. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  13. color: #717171;
  14. font-size:14px;
  15. padding:10px;
  16. line-height:1.35em;
  17. margin:0;
  18. padding:10px;
  19. }
  20. body:focus{
  21. border-color: #66afe9;
  22. }