Skip to content

Commit 1b9a5ed

Browse files
authored
Merge pull request #105 from couchbase/fix-lint-errors
Fix linting errors
2 parents a196e21 + 05eadd1 commit 1b9a5ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/css/header.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,14 +319,14 @@
319319
padding: 7px;
320320
font-size: 15px;
321321
line-height: 21px;
322-
border: 1px solid #FFFFFFBF;
322+
border: 1px solid #ffffffbf;
323323
border-radius: 4px;
324324
margin-right: 5px;
325325
}
326326

327327
.search .fa-search {
328328
font-size: 18px;
329-
color: #FFFFFFBF;
329+
color: #ffffffbf;
330330
}
331331
/* .parent-site {
332332
border-left: none;
@@ -341,6 +341,7 @@
341341
color: var(--color-brand-blue);
342342
margin: 0;
343343
}
344+
344345
.free-trial-link {
345346
color: var(--color-brand-white);
346347
}

0 commit comments

Comments
 (0)