1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00
This commit is contained in:
2020-05-12 11:15:32 -05:00
parent 70a7f09146
commit 63e7b5d333
8 changed files with 130 additions and 9 deletions

View File

@@ -25,3 +25,13 @@ h1, h2, h3, h4 {
// import /_sass/bootstrap.scss
@import "bootstrap";
.post-info, .post-title {
background-color: theme-color("secondary");
color: theme-color("light");
display: inline;
padding: $spacer;
/* Needs prefixing */
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}