Skip to content

Commit f5876cb

Browse files
Try an inverted logo
1 parent 0cbe602 commit f5876cb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{% endif %}
2727
<header class="cf">
2828
<div class="container">
29-
<h1><a href="/"><img alt="WP-CLI" src="/assets/img/wp-cli-logo.png" height="40px"></a> <span>The command line interface for WordPress</span></h1>
29+
<h1><a href="/"><img alt="WP-CLI" src="/assets/img/wp-cli-logo-inverted.png" height="40px"></a> <span>The command line interface for WordPress</span></h1>
3030

3131
{% include navigation.html %}
3232
{% include languages.html %}

assets/css/stylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ header h1 {
288288
margin-bottom: 20px;
289289
}
290290

291+
header h1 img {
292+
vertical-align: middle;
293+
}
294+
291295
header h1 span {
292296
margin-left: 3px;
293297
}
27.6 KB
Loading

0 commit comments

Comments
 (0)