Klimi's new dotfiles with stow.
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.

19 lines
270 B

пре 4 година
  1. .reveal p {
  2. text-align: left;
  3. }
  4. .reveal table {
  5. display: block;
  6. font-size: 0.5em;
  7. overflow: auto;
  8. max-height: 600px;
  9. }
  10. .reveal code {
  11. color: LightSlateGray;
  12. }
  13. div.legalese {
  14. font-size: 1.4vh;
  15. position: fixed;
  16. left: 3px;
  17. bottom: 3px;
  18. z-index: 50;
  19. }