Skip to content

Commit

Permalink
Added theme colour
Browse files Browse the repository at this point in the history
  • Loading branch information
soniya malviya authored and soniya malviya committed Jun 3, 2024
1 parent 02bc3e7 commit 151b3e5
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .idea/Food-ordering-website.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./login1.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
Expand Down
3 changes: 3 additions & 0 deletions login1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.menu_items h3{
color: brown;
}
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ body {
font-size: 1.5rem;
padding: 12px;
text-align: center;
color: black;
color: brown;
}

.service_container {
Expand Down Expand Up @@ -1650,4 +1650,8 @@ nav {

.btn-primary {
--bs-btn-bg: #c63232;
}
}




0 comments on commit 151b3e5

Please sign in to comment.