Skip to content

Commit

Permalink
update the modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipanita45 committed Oct 15, 2024
1 parent cd4578d commit a7aa3dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
3 changes: 2 additions & 1 deletion RatingStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.rating-wrap {
width: 30%; /* Adjust width as needed */
text-align: left;
transition: all;
}

.center {
Expand Down Expand Up @@ -79,5 +80,5 @@

.rating > label:hover ~ label,
.rating > label:hover {
color:rgb(230, 166, 17); /* Green hover effect */
color:rgb(239, 127, 6); /* Green hover effect */
}
7 changes: 4 additions & 3 deletions chatbot.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body {

#messages {
margin-bottom: 10px;
font-size: small;
}

.user, .bot {
Expand Down Expand Up @@ -74,7 +75,7 @@ body {
}

#send-button:hover {
background-color: #0056b3;
background-color: #120cb3;
}

#chat-icon {
Expand Down Expand Up @@ -102,7 +103,7 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #007bff;
background-color: #3d0aab;
color: #fff;
padding-left: 10px;
font-size: 1.5rem;
Expand All @@ -119,5 +120,5 @@ body {
}

#close-button:hover {
color: #ffcccc;
color: #dbe913;
}
4 changes: 2 additions & 2 deletions contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ textarea::-webkit-scrollbar {
}

textarea::-webkit-scrollbar-thumb {
background-color: rgba(194, 194, 0, 0.7);
background-color: rgba(213, 234, 16, 0.7);
}

.container form #button {
Expand All @@ -105,7 +105,7 @@ textarea::-webkit-scrollbar-thumb {
margin-top: 20px;
font-weight: 600;
font-size: 20px;
color: #333;
color: #1f1e1e;
width: 100px;
padding: 6px;
transition: opacity 0.3s;
Expand Down
11 changes: 6 additions & 5 deletions hotel.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nav a {
}

nav a:hover {
color: #f0f0f0;
color: #0617b8;
}

/* Main content styles */
Expand Down Expand Up @@ -95,8 +95,9 @@ nav a:hover {
}

.hotel-info p {
color: #888;
color: #2d2d2d;
margin: 5px 0;
font-weight: 500;
}

.hotel-info ul {
Expand All @@ -116,7 +117,7 @@ nav a:hover {
}

.book-now:hover {
background-color: #357ab8;
background-color: #0db120;
}

/* Footer styles */
Expand Down Expand Up @@ -144,7 +145,7 @@ footer {
.footer-column h3 {
font-size: 18px;
margin-bottom: 15px;
color: #fdd8d8;
color: #f9c3c3;
}

.footer-column p,
Expand Down Expand Up @@ -192,7 +193,7 @@ footer {
border-top: 1px solid #eaeaea;
font-size: 13px;
color: #e6dcdc;
background-color: #7a7979;
background-color: #2f2e2e;
}

.footer-bottom p {
Expand Down

0 comments on commit a7aa3dd

Please sign in to comment.