fix some issues with typography (no italics in headers, no bold in <code>
)
This commit is contained in:
parent
7ed19454f2
commit
d658874fd7
1 changed files with 4 additions and 6 deletions
|
@ -176,7 +176,6 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
--recursive-slnt: 0;
|
|
||||||
--recursive-casl: 0;
|
--recursive-casl: 0;
|
||||||
--recursive-wght: 900;
|
--recursive-wght: 900;
|
||||||
|
|
||||||
|
@ -185,7 +184,6 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
--recursive-slnt: 0;
|
|
||||||
--recursive-casl: 0.5;
|
--recursive-casl: 0.5;
|
||||||
--recursive-wght: 800;
|
--recursive-wght: 800;
|
||||||
|
|
||||||
|
@ -193,7 +191,6 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
--recursive-slnt: 0;
|
|
||||||
--recursive-casl: 0.5;
|
--recursive-casl: 0.5;
|
||||||
--recursive-wght: 700;
|
--recursive-wght: 700;
|
||||||
|
|
||||||
|
@ -201,7 +198,6 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
--recursive-slnt: 0;
|
|
||||||
--recursive-casl: 0.5;
|
--recursive-casl: 0.5;
|
||||||
--recursive-wght: 700;
|
--recursive-wght: 700;
|
||||||
|
|
||||||
|
@ -214,10 +210,13 @@ kbd,
|
||||||
th-literate-program {
|
th-literate-program {
|
||||||
--recursive-mono: 1;
|
--recursive-mono: 1;
|
||||||
--recursive-casl: 0;
|
--recursive-casl: 0;
|
||||||
--recursive-slnt: 0;
|
|
||||||
--recursive-wght: 450;
|
--recursive-wght: 450;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong code {
|
||||||
|
--recursive-wght: 800;
|
||||||
|
}
|
||||||
|
|
||||||
b,
|
b,
|
||||||
strong {
|
strong {
|
||||||
--recursive-wght: 700;
|
--recursive-wght: 700;
|
||||||
|
@ -522,7 +521,6 @@ a[data-cast~="new"] {
|
||||||
/* Style new badges */
|
/* Style new badges */
|
||||||
span.badge {
|
span.badge {
|
||||||
--recursive-wght: 800;
|
--recursive-wght: 800;
|
||||||
--recursive-slnt: 0;
|
|
||||||
--recursive-mono: 1;
|
--recursive-mono: 1;
|
||||||
--recursive-casl: 0;
|
--recursive-casl: 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue