client: tweak markdown link color
This commit is contained in:
parent
de68796101
commit
8b2a22e3d3
3 changed files with 4 additions and 19 deletions
|
@ -31,7 +31,6 @@ const App = ({
|
|||
font: {
|
||||
mono: 'var(--font-mono)',
|
||||
sans: 'var(--font-sans)',
|
||||
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
|
@ -34,6 +34,10 @@
|
|||
color: var(--darker-gray);
|
||||
}
|
||||
|
||||
.markdownPreview a {
|
||||
color: #0070f3;
|
||||
}
|
||||
|
||||
/* Auto-linked headers */
|
||||
.markdownPreview h1 a,
|
||||
.markdownPreview h2 a,
|
||||
|
|
|
@ -106,24 +106,6 @@ select {
|
|||
font-size: 1rem;
|
||||
}
|
||||
|
||||
img,
|
||||
picture,
|
||||
video,
|
||||
canvas,
|
||||
svg {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
img,
|
||||
picture,
|
||||
video,
|
||||
canvas,
|
||||
svg {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue