Explorar el Código

Set font weight for docs headers

DarthSim hace 5 años
padre
commit
acfb715949
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      docs/assets/style.css

+ 3 - 0
docs/assets/style.css

@@ -15,6 +15,9 @@
   --code-font-family: "Fira Mono",monospace;
   --code-inline-background: var(--mono-tint1);
 
+  --heading-h1-font-weight: 600;
+  --heading-h2-font-weight: 600;
+
   --link-color: var(--theme-color);
 
   --sidebar-background: var(--mono-shade4);