3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-22 18:47:32 +00:00

Additional styles for co-op content

This makes links visible and improves the display of blockquotes in
the co-op boxes.
This commit is contained in:
Chris Lowis
2025-12-21 09:26:05 +00:00
parent 8a078bf21c
commit 23afe2cb68
2 changed files with 15 additions and 4 deletions

View File

@ -19,7 +19,9 @@
<h2>{{ page.name }}</h2>
<p><strong>About this co-operative</strong></p>
{{ content }}
<div class="coop-info-box__body stack">
{{ content }}
</div>
<p><strong>Co-operative website</strong></p>

View File

@ -463,12 +463,21 @@ footer {
height: 100%;
}
.coop-info-box__content > * {
.coop-info-box__content {
padding: var(--space-lg);
}
.coop-info-box__content strong, h2 {
color: var(--cotech-black);
}
.coop-info-box__content {
padding: var(--space-lg);
.coop-info-box__body {
filter: invert(100%);
}
.coop-info-box__body blockquote {
padding-left: var(--space-sm);
border-left: 2px solid var(--cotech-white);
}
.coop-info-box .btn {