A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
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.

20 lines
226B

  1. html {
  2. background: black !important;
  3. background-image: none !important;
  4. }
  5. body {
  6. margin: 0;
  7. padding: 24px 0;
  8. max-width: unset;
  9. text-align: center;
  10. }
  11. a {
  12. text-decoration: none;
  13. }
  14. img {
  15. border: none;
  16. outline: none;
  17. }