Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zm50 committed Sep 24, 2023
1 parent 12e50ef commit c23e1ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/style/color.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
html {
background-color: #aadcf6
}

a {
color: #50a8d8
}
3 changes: 2 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/style/color.css">
<title>博客</title>
</head>
<style>
html{
background-color: #7ec1e6
background-color: #aadcf6
}
a {
color: #50a8d8
Expand Down
2 changes: 1 addition & 1 deletion catalogue.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/style/color.css">
<title>博客目录</title>
</head>
<body>
docker
<blockquote>
<a href="https://go75.github.io/blog#docker/install.md">install.md</a><br></blockquote>
Expand Down

0 comments on commit c23e1ee

Please sign in to comment.