style(style): minor format changes
This commit is contained in:
parent
89231c952a
commit
b8df40f149
@ -247,14 +247,15 @@ h6 {
|
|||||||
heading-level {
|
heading-level {
|
||||||
color: var(--autumnYellow);
|
color: var(--autumnYellow);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: .9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: var(--crystalBlue);
|
color: var(--crystalBlue);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active, a:focus {
|
a:active,
|
||||||
|
a:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
color: none;
|
color: none;
|
||||||
}
|
}
|
||||||
@ -314,6 +315,7 @@ code {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
background-color: var(--sumiInk2);
|
||||||
}
|
}
|
||||||
|
|
||||||
p>code {
|
p>code {
|
||||||
@ -344,7 +346,10 @@ li {
|
|||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dt::marker, dd::marker, dl::marker, li::marker {
|
dt::marker,
|
||||||
|
dd::marker,
|
||||||
|
dl::marker,
|
||||||
|
li::marker {
|
||||||
color: var(--crystalBlue);
|
color: var(--crystalBlue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user