complete story 5.4 with qa tests
This commit is contained in:
@@ -76,3 +76,19 @@ select:focus[data-flux-control] {
|
||||
/* \[:where(&)\]:size-4 {
|
||||
@apply size-4;
|
||||
} */
|
||||
|
||||
/* Prose Navy styling for blog posts */
|
||||
.prose-navy {
|
||||
--tw-prose-headings: var(--color-navy);
|
||||
--tw-prose-links: var(--color-gold);
|
||||
--tw-prose-bold: var(--color-navy);
|
||||
--tw-prose-body: var(--color-charcoal);
|
||||
}
|
||||
|
||||
.prose-navy a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.prose-navy a:hover {
|
||||
color: var(--color-gold-light);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user