Skip to content

Commit 0a50afd

Browse files
committed
Style YELP anchors
1 parent ec3e7f7 commit 0a50afd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

search.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
header {
112112
height: 12px;
113113
width: 100%;
114-
background-color: #FFCB05;
114+
background-color: #F7941E;
115115

116116
}
117117

@@ -181,12 +181,14 @@
181181
}
182182

183183
#searchResults a {
184-
border: 2px solid yellow;
184+
display: inline-block;
185+
background: #F7941E;
186+
color: white;
187+
font-weight: bold;
185188
border-radius: 5px;
186189
margin: 4px;
187190
padding: 0 10px;
188191
line-height: 2.3em;
189-
display: inline-block;
190192
}
191193

192194
@media (max-width: 1024px) {

0 commit comments

Comments
 (0)