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:
@ -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>
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user