Skip to content

Commit

Permalink
Merge pull request #169 from chingu-voyages/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
PaulaR-05 committed Jun 10, 2023
2 parents c784f7a + 464f8ce commit ab3d174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/meetpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ body {
display: grid;
place-items: center;
font-family: "Dokdo", cursive;
background-image: url("docs/images/wood-grain-texture.jpg");
background-image: url("../../docs/images/wood-grain-texture.jpg");

min-height: 100vh;
text-align: center;
font-weight: 400;
cursor: url("docs/images/Rocket_Ship_Blue_cursor.png"), auto;
cursor: url("../../docs/images/Rocket_Ship_Blue_cursor.png"), auto;
}

header h1 {
Expand All @@ -85,7 +85,7 @@ header h1 {
}

main {
padding: 1em;
padding: 0.5em;
color: #084c61;
border-radius: 25px;
background: rgba(129, 122, 125, 1);
Expand All @@ -112,7 +112,7 @@ main p {
}
.chingu_member p {
font-weight: bold;
font-size: 30px;

color: #084c61;
letter-spacing: 0.05em;
}
Expand All @@ -125,7 +125,7 @@ main p {
font-size: 20px;
}
.chingu_acknowledgements h1 {
margin-top: 0.2em;
margin-top: 0.1em;
color: rgb(255, 200, 87, 1);
text-decoration: underline;
}
Expand All @@ -143,5 +143,5 @@ footer a {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
0px 4px 4px rgba(0, 0, 0, 0.1);
color: white;
cursor: url("docs/images/Rocket_Ship_Blue_cursor.png"), auto;
cursor: url("../../docs/images/Rocket_Ship_Blue_cursor.png"), auto;
}

0 comments on commit ab3d174

Please sign in to comment.