diff options
Diffstat (limited to 'CSS/main.css')
| -rw-r--r-- | CSS/main.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CSS/main.css b/CSS/main.css index 7940649..4f416bd 100644 --- a/CSS/main.css +++ b/CSS/main.css @@ -1,3 +1,4 @@ + body, html{ height: calc(100% - 2em); margin: 0; @@ -76,7 +77,7 @@ main{ margin-right: auto; margin-bottom: 15em; display: block; - background-color:#D5D5D5; + background-color: rgba(213,213,213,.72); color: #878787; font-size: 16px; -webkit-transition: width 0.4s ease-in-out; @@ -85,6 +86,7 @@ main{ .search:focus{ color: black; width: 90%; + background-color: rgba(213,213,213,1.0); } @media only screen and (min-width: 768px) and (min-height: 614px){ body{ @@ -99,14 +101,14 @@ main{ display: none; } aside{ - background: #D2D2D2; + background:rgba(213,213,213,.72); grid-template-columns: auto; padding: 0; border-radius: 5px 0px 0px 5px; } main{ padding: 4em; - background: white url('../images/wave.svg') no-repeat bottom right; + background: rgba(93,93,93,.72); background-size: 70%; border-radius: 0px 5px 5px 0px; } |
