Skip to content

Commit

Permalink
added opacity to diet plan form solves #52
Browse files Browse the repository at this point in the history
  • Loading branch information
inglorious-ratbastard committed Oct 8, 2021
1 parent ef0c6c8 commit 89a497f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "html"
run = "run index.html"
5 changes: 3 additions & 2 deletions css/clonediet.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ a:link, a:visited
font-weight: bold;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
padding: 14px 25px;
z-index:2;
z-index:2;
}
.plan
{
Expand All @@ -69,9 +69,10 @@ a:link, a:visited
max-width: 490px;
margin: 50px auto;
background: #fff;
opacity: 0.6;
border-radius: 2px;
padding: 30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Georgia, "Times New Roman", Times, serif;
}
.form h1
{
Expand Down
1 change: 1 addition & 0 deletions templates/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.replit

0 comments on commit 89a497f

Please sign in to comment.