Skip to content

Commit

Permalink
Update favicon and docs/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treagod committed Aug 28, 2024
1 parent ed3b3c1 commit bd22f59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>
<img src="./logo.svg" height="32" width="32" alt="Marten Turbo Logo">
<img src="./_media/logo.svg" height="32" width="32" alt="Marten Turbo Logo">
<span>Marten Turbo</span>
</h1>

Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="icon" type="image/svg" href="./_media/logo.svg"/>
<style>
:root {
--theme-color: #eb6864;
}

.app-name-link {
font-weight: bold;
color: var(--theme-color) !important;
}
</style>
</head>
<body>
Expand Down

0 comments on commit bd22f59

Please sign in to comment.