some color changes
This commit is contained in:
@@ -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
|
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
|
line in _config.yml. It will appear in your document head meta (for
|
||||||
Google search results) and in your feed.xml site description.
|
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
|
url: "https://avrahamsociety.org" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
|
|||||||
7
main.css
7
main.css
@@ -44,18 +44,19 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 6%;
|
padding-top: 6%;
|
||||||
padding-bottom: 10%;
|
padding-bottom: 10%;
|
||||||
min-height: 90vh;
|
min-height: 100vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-image: url(res/Avraham_Society.png);
|
background-image: url(res/Avraham_Society.png);
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-bottom: 5%;
|
||||||
/*clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 30% 100%, 0% 90%);*/
|
/*clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 30% 100%, 0% 90%);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#header::before {
|
#header::before {
|
||||||
content: "";
|
/*content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -67,7 +68,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
display: block;
|
display: block;
|
||||||
clip-path: polygon(0% 90%, 0 100%, 100% 100%, 100% 90%, 30% 100%);
|
clip-path: polygon(0% 90%, 0 100%, 100% 100%, 100% 90%, 30% 100%);
|
||||||
background-color: black;
|
background-color: black;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user