1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Import Firefox Privacy Post

This commit is contained in:
2020-05-12 13:10:48 -05:00
parent 63e7b5d333
commit fcc9986ab9
12 changed files with 173 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
---
---
$theme-colors: (
"primary": #FFD06F,
"secondary": #28323F
"primary": {{ site.colors.primary }},
"secondary": {{ site.colors.secondary }}
);
$body-color: #28323F;
$link-color: #C98806;
$body-color: {{ site.colors.secondary }};
$link-color: {{ site.colors.link }};
.container-fullwidth {
margin: 0 auto;
@@ -20,14 +20,12 @@ $link-color: #C98806;
h1, h2, h3, h4 {
font-family: "Bagnard", serif;
font-weight: 700;
}
// import /_sass/bootstrap.scss
@import "bootstrap";
.post-info, .post-title {
background-color: theme-color("secondary");
color: theme-color("light");
display: inline;
padding: $spacer;