diff --git a/.gitignore b/.gitignore index 496ee2c..2608ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store \ No newline at end of file +.DS_Store +.vscode \ No newline at end of file diff --git a/index.html b/index.html index 504f9c2..61f7309 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,9 @@ + + + TestZeus diff --git a/indexstyle.css b/indexstyle.css index 24dd254..ad2408f 100644 --- a/indexstyle.css +++ b/indexstyle.css @@ -21,7 +21,7 @@ body::before { background-image: url('./assets/images/lig1.gif'); background-repeat: repeat; background-size: auto; /* Adjust this as necessary */ - opacity: 0.03; /* 10% transparency */ + opacity: 0.05; /* 10% transparency */ z-index: -1; /* Ensure it stays behind the content */ } diff --git a/team.html b/team.html index 8c7ffd8..b6cc36b 100644 --- a/team.html +++ b/team.html @@ -11,6 +11,9 @@ TestZeus + + + diff --git a/teamstyle.css b/teamstyle.css index a183d1f..ef50681 100644 --- a/teamstyle.css +++ b/teamstyle.css @@ -32,7 +32,7 @@ body::before { background-image: url('./assets/images/lig1.gif'); background-repeat: repeat; background-size: auto; /* Adjust this as necessary */ - opacity: 0.03; /* 10% transparency */ + opacity: 0.05; /* 10% transparency */ z-index: -1; /* Ensure it stays behind the content */ } diff --git a/thesis.html b/thesis.html index 0ead94d..da7f4b1 100644 --- a/thesis.html +++ b/thesis.html @@ -11,6 +11,9 @@ TestZeus + + + diff --git a/thesisstyle.css b/thesisstyle.css index 15037b4..b4bad69 100644 --- a/thesisstyle.css +++ b/thesisstyle.css @@ -31,7 +31,7 @@ body::before { background-image: url('./assets/images/lig1.gif'); background-repeat: repeat; background-size: auto; /* Adjust this as necessary */ - opacity: 0.03; /* 10% transparency */ + opacity: 0.05; /* 10% transparency */ z-index: -1; /* Ensure it stays behind the content */ } diff --git a/value.html b/value.html index 12cbf35..7d0dd20 100644 --- a/value.html +++ b/value.html @@ -11,6 +11,9 @@ TestZeus + + + diff --git a/valuestyle.css b/valuestyle.css index a183d1f..ef50681 100644 --- a/valuestyle.css +++ b/valuestyle.css @@ -32,7 +32,7 @@ body::before { background-image: url('./assets/images/lig1.gif'); background-repeat: repeat; background-size: auto; /* Adjust this as necessary */ - opacity: 0.03; /* 10% transparency */ + opacity: 0.05; /* 10% transparency */ z-index: -1; /* Ensure it stays behind the content */ } diff --git a/waitlist.html b/waitlist.html index f32f9cd..c48bf44 100644 --- a/waitlist.html +++ b/waitlist.html @@ -11,6 +11,9 @@ TestZeus + + + diff --git a/waitliststyle.css b/waitliststyle.css index 1f31611..33a86c8 100644 --- a/waitliststyle.css +++ b/waitliststyle.css @@ -32,7 +32,7 @@ body::before { background-image: url('./assets/images/lig1.gif'); background-repeat: repeat; background-size: auto; /* Adjust this as necessary */ - opacity: 0.03; /* 10% transparency */ + opacity: 0.05; /* 10% transparency */ z-index: -1; /* Ensure it stays behind the content */ }