custom.css 242 B

123456789101112
  1. body * {
  2. line-height: 20px;
  3. font-size: 22px;
  4. }
  5. .bootstra-enable-cursor *, body.bootstra-enable-cursor {
  6. cursor:text!important;
  7. }
  8. .bootstra-enable-cursor .nav-link *, .bootstra-enable-cursor a {
  9. cursor:pointer!important;
  10. }