Skip to content

Commit d5c9898

Browse files
committed
change title style
1 parent 273586f commit d5c9898

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_layouts/default.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
<body>
1818
<div class="wrapper">
1919
<header>
20-
<h1 align="center"
21-
style="margin-bottom: 10px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;">
20+
<h1 class="title-logo" align="center" style="margin-bottom: 10px;">
2221
<a href="{{ '/' | absolute_url }}">
23-
<b style="color: black">Eye</b><b style="color: #413AA1">Nav</b>
22+
<span style="color: black">Eye</span><span style="color: #413AA1">Nav</span>
2423
</a>
2524
</h1>
2625

assets/css/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ code {
3232
font-size: 12px;
3333
}
3434

35+
.title-logo {
36+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
37+
}
3538

3639

3740

0 commit comments

Comments
 (0)