@ -245,22 +245,6 @@ const StyledEditor = styled(Editor)`
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
.anchor {
|
|
||||||
visibility: hidden;
|
|
||||||
color: #dedede;
|
|
||||||
padding-left: 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
.anchor {
|
|
||||||
visibility: visible;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: #cdcdcd;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:first-of-type {
|
h1:first-of-type {
|
||||||
|
@ -72,6 +72,7 @@ export const Heading1 = styled(Heading)`
|
|||||||
&:hover {
|
&:hover {
|
||||||
${Anchor} {
|
${Anchor} {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
@ -101,11 +101,11 @@ samp {
|
|||||||
}
|
}
|
||||||
code,
|
code,
|
||||||
samp {
|
samp {
|
||||||
font-size: 87.5%;
|
font-size: 85%;
|
||||||
padding: 0.125em;
|
padding: 0.125em;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
font-size: 87.5%;
|
font-size: 85%;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
|
Reference in New Issue
Block a user