mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-06 13:34:14 -04:00
Expose additional colors
This commit is contained in:
parent
73c670bdc3
commit
f593b889e1
4 changed files with 22 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
<div class="p-5 mb-3 bg-white"{% if page.cover %} style="background-image: {{ page.color | default: "linear-gradient(to bottom, rgba(40, 50, 63, 0.3), rgba(40, 50, 63, 0.9))" }}, url(/assets/img/blog/{{ page.cover }}); background-size: cover; background-position: center;"{% endif %}>
|
||||
<div class="p-5 mb-3 bg-cyan"{% if page.cover %} style="background-image: {{ page.color | default: "linear-gradient(to bottom, rgba(40, 50, 63, 0.3), rgba(40, 50, 63, 0.9))" }}, url(/assets/img/blog/{{ page.cover }}); background-size: cover; background-position: center;"{% endif %}>
|
||||
<div class="container">
|
||||
<div class="post-cover">
|
||||
<div class="inner d-flex flex-column align-self-end" style="min-height: 300px;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue