Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

type.scss 626 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  1. /* Global type styles
  2. ------------------------------------------------------------------------------*/
  3. h1,
  4. h2,
  5. h3,
  6. h4 {
  7. a {
  8. color: var(--color-auto-gray-9);
  9. }
  10. }
  11. summary {
  12. outline: none;
  13. }
  14. .markdown-body {
  15. summary {
  16. h1,
  17. h2,
  18. h3,
  19. h4,
  20. h5,
  21. h6 {
  22. display: inline-block;
  23. margin-top: 10px;
  24. margin-bottom: 10px;
  25. p {
  26. margin: 0;
  27. padding: 0;
  28. }
  29. }
  30. }
  31. }
  32. // all h3 headers that are links should be blue-500
  33. // except those on each product's toc
  34. h3 a {
  35. color: var(--color-auto-blue-5);
  36. .directory-toc & {
  37. color: var(--color-auto-gray-9);
  38. }
  39. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...