Klimi's new dotfiles with stow.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
270 B

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