Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
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
10 changes: 5 additions & 5 deletions vital/pages/search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
}

#listOfItems li a {
border: 1px solid #ddd; /* Add a border to all links */
margin-top: -1px; /* Prevent double borders */
background-color: #f6f6f6; /* Grey background color */
padding: 12px; /* Add some padding */
border: 1px solid #1672d9; /* Add a border to all links */
margin: 5px; /* Prevent double borders */
background-color: #7eb0ea; /* Blue background color */
padding: 20px; /* Add some padding */
text-decoration: none; /* Remove default text underline */
font-size: 18px; /* Increase the font-size */
color: black; /* Add a black text color */
color: #1672d9; /* Add a blue text color */
display: block; /* Make it into a block element to fill the whole list */
}

Expand Down