post-toc.css 285 B

123456789101112131415161718
  1. .post .toc ol li {
  2. font-size: 14pt;
  3. }
  4. .post .toc a {
  5. text-decoration: none;
  6. color: #4A4AFF;
  7. }
  8. .post-toc-inside {
  9. background-color: rgba(250, 250, 250, 0.4);
  10. border-radius: 7px;
  11. border: 1px solid rgba(100, 100, 100, 0.4);
  12. }
  13. .post-toc ol {
  14. margin: 0.5em;
  15. }