Skip to content

Commit

Permalink
custom css implementing
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher1 committed Apr 25, 2023
1 parent e21a058 commit 66ac4a2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
16 changes: 16 additions & 0 deletions assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,22 @@ body.single-post{

}

/* WP Forms 7 contact form overwrites */
input[type="text"],
input[type="email"],
#your-message{
background-color: --white;
color: #000;
width: 100%;
}

.wcf7{
background-color:#EFEFEF; /* TODO Define variable color from customizer?*/
padding:20px;
}


/* Footer styles */
.site-footer{
.footer-widgets .inside-footer-widgets hr{
max-width: 30px;
Expand Down
2 changes: 1 addition & 1 deletion build/main.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '09aa612e0ca4aa9add45');
<?php return array('dependencies' => array(), 'version' => 'b8bc2dd1660f6126d60f');
15 changes: 15 additions & 0 deletions build/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/main.css.map

Large diffs are not rendered by default.

0 comments on commit 66ac4a2

Please sign in to comment.