A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }