client: tweak markdown link color

This commit is contained in:
Max Leiter 2022-03-23 19:09:55 -07:00
parent de68796101
commit 8b2a22e3d3
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA
3 changed files with 4 additions and 19 deletions

View file

@ -31,7 +31,6 @@ const App = ({
font: {
mono: 'var(--font-mono)',
sans: 'var(--font-sans)',
}
}
)

View file

@ -34,6 +34,10 @@
color: var(--darker-gray);
}
.markdownPreview a {
color: #0070f3;
}
/* Auto-linked headers */
.markdownPreview h1 a,
.markdownPreview h2 a,

View file

@ -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;