mirror of
https://git.coop/cotech/website.git
synced 2025-12-23 15:07: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:
@ -19,7 +19,9 @@
|
|||||||
<h2>{{ page.name }}</h2>
|
<h2>{{ page.name }}</h2>
|
||||||
|
|
||||||
<p><strong>About this co-operative</strong></p>
|
<p><strong>About this co-operative</strong></p>
|
||||||
|
<div class="coop-info-box__body stack">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<p><strong>Co-operative website</strong></p>
|
<p><strong>Co-operative website</strong></p>
|
||||||
|
|
||||||
|
|||||||
@ -463,12 +463,21 @@ footer {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.coop-info-box__content > * {
|
.coop-info-box__content {
|
||||||
|
padding: var(--space-lg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.coop-info-box__content strong, h2 {
|
||||||
color: var(--cotech-black);
|
color: var(--cotech-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
.coop-info-box__content {
|
.coop-info-box__body {
|
||||||
padding: var(--space-lg);
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.coop-info-box__body blockquote {
|
||||||
|
padding-left: var(--space-sm);
|
||||||
|
border-left: 2px solid var(--cotech-white);
|
||||||
}
|
}
|
||||||
|
|
||||||
.coop-info-box .btn {
|
.coop-info-box .btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user