custom.css 555 B

1234567891011121314151617181920212223242526272829303132333435
  1. html, body.crt {
  2. height: auto;
  3. min-height: 100vh;
  4. }
  5. .crt::after {
  6. animation: vm-flicker 1s infinite;
  7. animation-delay: 1s;
  8. }
  9. body *, .lead, .display-3 {
  10. line-height: 20px;
  11. font-size: 22px;
  12. }
  13. pre code {
  14. line-height: 18px;
  15. font-size: 20px;
  16. }
  17. .bootstra-enable-cursor *, body.bootstra-enable-cursor {
  18. cursor:text!important;
  19. }
  20. .bootstra-enable-cursor .nav-link *, .bootstra-enable-cursor a {
  21. cursor:pointer!important;
  22. }
  23. pre > code {
  24. color: #bbb;
  25. width: 100%;
  26. }
  27. pre {
  28. background-color: #272822;
  29. }