Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions perseus/.perseus/static/styles/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
font-weight: 900;
}
.markdown a {
color: #4f46e5; /* Tailwind's `text-indigo-600` */
color: #6366f1; /* Tailwind's `text-indigo-500` */
text-decoration: underline;
/* Animate between colors to and from the hover state */
transition-property: background-color, border-color, color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 100ms;
}
.markdown a:hover {
color: #6366f1; /* Tailwind's `text-indigo-500` */
color: #818CF8; /* Tailwind's `text-indigo-400` */
}
.markdown h1 {
font-size: 2.25rem;
Expand Down