add background colours

This commit is contained in:
Ray Elliott 2020-03-30 20:27:16 +00:00
parent b082e1ce19
commit 560b6d91ba
3 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<article id="contact" class="l-relative l-screen-min-full">
<article id="contact" class="l-relative l-screen-min-full contact-bg">
<div class="l-wrapper">
<h2>Contact</h2>
<form action="https://mailthis.to/remailthis" method="POST" encType="multipart/form-data">

View File

@ -1,4 +1,4 @@
<article id="services" class="l-relative l-screen-min-full">
<article id="services" class="l-relative l-screen-min-full services-bg">
<div class="l-wrapper">
<h2>Services</h2>
<ul>

View File

@ -73,6 +73,18 @@ html.is-animating .transition-fade {
background-color: var(--primary-500);
}
// services
.services-bg {
background-color: var(--accent-primary-100);
}
// contact
.contact-bg {
background-color: var(--primary-100);
}
// global
.site-title {