We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3e7f7 commit 0a50afdCopy full SHA for 0a50afd
search.html
@@ -111,7 +111,7 @@
111
header {
112
height: 12px;
113
width: 100%;
114
- background-color: #FFCB05;
+ background-color: #F7941E;
115
116
}
117
@@ -181,12 +181,14 @@
181
182
183
#searchResults a {
184
- border: 2px solid yellow;
+ display: inline-block;
185
+ background: #F7941E;
186
+ color: white;
187
+ font-weight: bold;
188
border-radius: 5px;
189
margin: 4px;
190
padding: 0 10px;
191
line-height: 2.3em;
- display: inline-block;
192
193
194
@media (max-width: 1024px) {
0 commit comments