parent
1a2b7a8b6b
commit
6132f58ced
2 changed files with 11 additions and 0 deletions
|
@ -46,3 +46,10 @@
|
|||
.featured-image {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
// TODO consider if this would look better with margin only on the content side
|
||||
// so somehow removing left margin if the inline style has float: left applied.
|
||||
// Also to consider decreasing the margin on mobile sizes.
|
||||
.image-inline {
|
||||
margin: 1em;
|
||||
}
|
||||
|
|
|
@ -8,12 +8,16 @@ $green: #478D00;
|
|||
$green-gray: #8FB489;
|
||||
$offwhite: #F8F8F8;
|
||||
|
||||
$brown: #AD7442;
|
||||
// No idea where this yellow came from, apparently Bulma, but we never set it
|
||||
// yet it is the right color. Anyway i'm past trying to figure things out.
|
||||
// Re-setting it here, just so that we can assign it to Gleanings, below.
|
||||
$yellow: #ffdd57;
|
||||
|
||||
// A color for each content type
|
||||
$article: $green;
|
||||
$blog: $blue;
|
||||
$collection: $brown;
|
||||
$gleaning: $yellow;
|
||||
|
||||
// Update Bulma's global variables.
|
||||
|
|
Loading…
Add table
Reference in a new issue