Adjust background tints

This commit is contained in:
2020-03-03 17:39:22 +00:00
parent f9e1f61d06
commit f4057cb28d
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
display: inline; display: inline;
} }
.article-section-header, .year-header { .article-section-header, .year-header {
background-color: rgba(0,0,0,0.6); background-color: rgba(0,0,0,0.5);
padding-top: 12px; padding-top: 12px;
padding-bottom: 12px; padding-bottom: 12px;
} }

View File

@@ -85,7 +85,7 @@ footer {
display: flow-root; display: flow-root;
} }
.parallax-section > div:last-child > div { .parallax-section > div:last-child > div {
background-color: rgba(50,50,50,0.9); background-color: rgba(50,50,50,0.75);
background-blend-mode: multiply; background-blend-mode: multiply;
} }