some color changes

This commit is contained in:
Lazy Hippopotamus
2023-07-07 09:16:47 -04:00
parent 51eda43397
commit 4da3d79838
2 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/" # the subpath of your site, e.g. /blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://avrahamsociety.org" # the base hostname & protocol for your site, e.g. http://example.com
# Exclude from processing.

View File

@@ -44,18 +44,19 @@ h1, h2, h3, h4, h5, h6 {
text-align: center;
padding-top: 6%;
padding-bottom: 10%;
min-height: 90vh;
min-height: 100vh;
box-sizing: border-box;
background-image: url(res/Avraham_Society.png);
background-position: 50% 50%;
background-attachment: fixed;
background-size: cover;
position: relative;
margin-bottom: 5%;
/*clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 30% 100%, 0% 90%);*/
}
#header::before {
content: "";
/*content: "";
position: absolute;
z-index: 0;
top: 0;
@@ -67,7 +68,7 @@ h1, h2, h3, h4, h5, h6 {
display: block;
clip-path: polygon(0% 90%, 0 100%, 100% 100%, 100% 90%, 30% 100%);
background-color: black;
box-sizing: border-box;
box-sizing: border-box;*/
}
body {