Skip to content

Commit 52df076

Browse files
blyxyaslnicola
authored andcommitted
Fix dark theme logo
1 parent 00a8815 commit 52df076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{% if page.url != "/" %}
3636
<header>
3737
<div id="header-inner">
38-
<div id="header-left">
38+
<div class="nightowl-daylight" id="header-left">
3939
<a class="site-title" href="{{ site.baseurl }}/">
4040
<img src="/assets/rust-analyzer.svg" alt="rust analyzer" id="header-logo">
4141
</a>

0 commit comments

Comments
 (0)