A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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