Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2064,6 +2064,12 @@ input[type="radio"] {
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px;
opacity: 0.8;
}
#myInput:hover{
background-color: transparent;
color:white;
font-size: 25px;
}
#myUL {
list-style-type: none;
Expand Down Expand Up @@ -2103,20 +2109,26 @@ input[type="radio"] {
font-size: 18px;
color: #000;
display: block;
background-color: #cda867;
background-color: #c9b186;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s, color 0.3s;
}

#myUL li a:hover:not(.header) {
background-color: #dfc18d;
background-color: transparent;
color:white;
}

.search-heading{
padding:2px 12px !important;
border-bottom: 3px solid white;
margin: 0px auto 20px;
width: fit-content;
height:33px;

Comment thread
akankshachanana1 marked this conversation as resolved.
}
.search-heading:hover{
background-color: transparent;
cursor: pointer;
}


Expand Down