Skip to content

Commit f070848

Browse files
committed
updated haeder
1 parent 4e26d7f commit f070848

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

src/blog.html

+28-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>theme 38</title>
6+
<title>Hudson - Blog</title>
77

88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -21,8 +21,6 @@
2121
width: 60%;
2222
margin: 0 auto;
2323
}
24-
25-
/* Removed header styles */
2624

2725
/* Navbar styling */
2826
#navbox {
@@ -91,6 +89,28 @@
9189
font-size: 20px;
9290
}
9391

92+
#site-header {
93+
text-align: center;
94+
color: #81a1c1;
95+
font-size: 1em;
96+
font-weight: bold;
97+
border-bottom: 1px solid #81a1c1;
98+
margin-bottom: 0.25em;
99+
}
100+
h1 {
101+
margin-bottom: -0.3em;
102+
}
103+
104+
h2 {
105+
color: #88c0d0;
106+
}
107+
108+
.subtitle {
109+
color: #eceff4;
110+
font-weight: normal;
111+
font-size: 1em;
112+
}
113+
94114
.date {
95115
margin: 0;
96116
font-size: 15px;
@@ -129,6 +149,11 @@
129149
<body>
130150
<div id="all">
131151
<!-- Top section now only contains the navbar -->
152+
153+
<header id="site-header">
154+
<h1> &gt; my.blog [~]: </h1>
155+
<h3 class="subtitle">__author__ = "Hudson Liu"</h2>
156+
</header>
132157
<div id="navbox">
133158
<ul>
134159
<li><a href="https://hudson.is-a.dev/">home</a></li>

0 commit comments

Comments
 (0)